Interface EntryValue

    • Method Detail

      • getElement

        String getElement()
        Returns the name of the element.
        Returns:
        Returns the name of the element.
      • getLabel

        String getLabel()
        Returns a label for the element.
        Returns:
        Returns a label for the element.
      • getValue

        Comparable<?> getValue()
        Returns the value of the element.
        Returns:
        Returns the value of the element.
      • getNamespace

        org.jdom2.Namespace getNamespace()
        Returns the namespace of the element.
        Returns:
        Returns the namespace of the element.