Class GomLabeledNameEntry

All Implemented Interfaces:
GomCheckable, GomElement, GomLangInfoProvider, Serializable

@NonExtendable public class GomLabeledNameEntry extends AbstractGomLangInfoProvider
Language info providing named element
Since:
4.0
See Also:
  • Constructor Details

    • GomLabeledNameEntry

      public GomLabeledNameEntry()
  • Method Details

    • getDefaultTag

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

      public String getName()
      The entry's name
      Since:
      4.0
    • setName

      public void setName(String name)
      Sets the entry's name
      Since:
      4.0
    • verify

      public void verify() throws IllegalStateException
      Description copied from interface: GomCheckable
      Verify the element to be fulfill its syntactic constraints.
      Throws:
      IllegalStateException - If the element is not correctly set up.