All Implemented Interfaces:
GomCheckable, GomElement, Serializable

@NonExtendable public class GomParamImpl extends GomInnerText
GOM representation of a parameter
Since:
4.2.404
See Also:
  • Field Details

  • Constructor Details

    • GomParamImpl

      public GomParamImpl()
  • Method Details

    • getDefaultTag

      protected String getDefaultTag()
      Description copied from class: AbstractGomElement
      Return the default tag for a gom element.
      Overrides:
      getDefaultTag in class GomInnerText
      Returns:
      The elements default tag.
    • getName

      public String getName()
      Name of parameter
      Since:
      4.2.404
    • setName

      public void setName(String name)
      Sets the name of the parameter
      Since:
      4.2.404