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()
EntryValue
getElement
in interface EntryValue
public void setLabel(String label)
public String getLabel()
EntryValue
getLabel
in interface EntryValue
public void setValue(Date value)
public Date getValue()
EntryValue
getValue
in interface EntryValue
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 © 2017. All rights reserved.