Class StringValue

    • Constructor Detail

      • StringValue

        public StringValue()
    • Method Detail

      • setValue

        public void setValue​(String value)
      • getElement

        public String getElement()
        Description copied from interface: EntryValue
        Returns the name of the element.
        Specified by:
        getElement in interface EntryValue
        Returns:
        Returns the name of the element.
      • setLabel

        public void setLabel​(String label)
      • getLabel

        public String getLabel()
        Description copied from interface: EntryValue
        Returns a label for the element.
        Specified by:
        getLabel in interface EntryValue
        Returns:
        Returns a label for the element.
      • getValue

        public String getValue()
        Description copied from interface: EntryValue
        Returns the value of the element.
        Specified by:
        getValue in interface EntryValue
        Returns:
        Returns the value of the element.
      • setElement

        public void setElement​(String element)
      • getNamespace

        public org.jdom2.Namespace getNamespace()
        Description copied from interface: EntryValue
        Returns the namespace of the element.
        Specified by:
        getNamespace in interface EntryValue
        Returns:
        Returns the namespace of the element.
      • setNamespace

        public void setNamespace​(org.jdom2.Namespace namespace)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object