public class DateValue extends Object implements EntryValue
| Constructor and Description |
|---|
DateValue() |
| 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.
|
Date |
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(Date 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(Date value)
public Date 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.