Class GomLabeledValueEntry

All Implemented Interfaces:
GomCheckable, GomElement, GomLangInfoProvider, Serializable

public class GomLabeledValueEntry extends AbstractGomLangInfoProvider
Entry for defining labeled language information.
Since:
4.0.17
See Also:
  • Field Details

  • Constructor Details

    • GomLabeledValueEntry

      public GomLabeledValueEntry()
      Default constructor.
      Since:
      4.0.17
    • GomLabeledValueEntry

      public GomLabeledValueEntry(String value)
      Convenience constructor.
      Parameters:
      value - The entry value.
      Since:
      4.0.17
  • Method Details

    • getDefaultTag

      protected String getDefaultTag()
      Provides the default tag name.
      Specified by:
      getDefaultTag in class AbstractGomElement
      Returns:
      The tag name.
      Since:
      4.0.17
    • getValue

      public String getValue()
      Provides the entry's value.
      Returns:
      The value.
      Since:
      4.0.17
    • setValue

      public void setValue(String value)
      Sets the value for this entry.
      Parameters:
      value - The entry value.
      Since:
      4.0.17
    • getLangInfos

      public de.espirit.firstspirit.access.store.templatestore.gom.GomValueLangInfos getLangInfos()
      Provides a typed variant of the language information container.
      Specified by:
      getLangInfos in interface GomLangInfoProvider
      Overrides:
      getLangInfos in class AbstractGomLangInfoProvider
      Returns:
      The container.
      Since:
      4.0.17
    • verify

      public void verify() throws IllegalStateException
      Verify the element to be fulfill its syntactic constraints.
      Throws:
      IllegalStateException - If the element is not correctly set up.
      Since:
      5.2.21