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()
EntryValue
getElement
in interface EntryValue
public void setLabel(String label)
public String getLabel()
EntryValue
getLabel
in interface EntryValue
public String getValue()
EntryValue
getValue
in interface EntryValue
public void setElement(String element)
public org.jdom2.Namespace getNamespace()
EntryValue
getNamespace
in interface EntryValue
public void setNamespace(org.jdom2.Namespace namespace)
public int compareTo(EntryValue other)
compareTo
in interface Comparable<EntryValue>
Copyright © 2018. All rights reserved.