public class NumberValue extends Object implements EntryValue
| Constructor and Description |
|---|
NumberValue() |
| 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.
|
BigDecimal |
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(BigDecimal value) |
String |
toString() |
public void setElement(String element)
public String getElement()
EntryValuegetElement in interface EntryValuepublic void setLabel(String label)
public String getLabel()
EntryValuegetLabel in interface EntryValuepublic void setValue(BigDecimal value)
public BigDecimal getValue()
EntryValuegetValue in interface EntryValuepublic 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.