public ParamValueType<T> removeParamName() {
   childNode.remove("param-name");
   return this;
 }
 public ParamValueType<T> removeAllDescription() {
   childNode.remove("description");
   return this;
 }