public class StringValue extends Object implements EntryValue
| Constructor and Description |
|---|
StringValue() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
int |
compareTo(EntryValue other) |
boolean |
equals(Object o) |
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.
|
String |
getValue()
Returns the value of the element.
|
int |
hashCode() |
void |
setElement(String element) |
void |
setLabel(String label) |
void |
setNamespace(org.jdom2.Namespace namespace) |
void |
setValue(String value) |
String |
toString() |
public void setValue(String value)
public String getElement()
EntryValuegetElement in interface EntryValuepublic void setLabel(String label)
public String getLabel()
EntryValuegetLabel in interface EntryValuepublic String getValue()
EntryValuegetValue in interface EntryValuepublic void setElement(String element)
public org.jdom2.Namespace getNamespace()
EntryValuegetNamespace in interface EntryValuepublic void setNamespace(org.jdom2.Namespace namespace)
public int compareTo(EntryValue other)
compareTo in interface Comparable<EntryValue>Copyright © 2021. All rights reserved.