public interface EntryValue extends Serializable, Cloneable, Comparable<EntryValue>
Modifier and Type | Method and Description |
---|---|
String |
getElement()
Returns the name of the element.
|
String |
getLabel()
Returns a label for the element.
|
org.jdom2.Namespace |
getNamespace()
Returns the namespace of the element.
|
Comparable<?> |
getValue()
Returns the value of the element.
|
compareTo
String getElement()
String getLabel()
Comparable<?> getValue()
org.jdom2.Namespace getNamespace()
Copyright © 2020. All rights reserved.