|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomDate | |
---|---|
org.apache.abdera.model |
Uses of AtomDate in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return AtomDate | |
---|---|
AtomDate |
DateTimeWrapper.getValue()
|
AtomDate |
DateTime.getValue()
Returns the content value of the element as an AtomDate object |
AtomDate |
AtomDate.setValue(Calendar calendar)
Sets the value of the Atom date using java.util.Calendar |
AtomDate |
AtomDate.setValue(Date date)
Sets the value of the Atom date using java.util.Date |
AtomDate |
AtomDate.setValue(long timestamp)
Sets the value of the Atom date using the number of milliseconds since January 1, 1970, 00:00:00 GMT |
AtomDate |
AtomDate.setValue(String value)
Sets the value of the Atom date using the serialized string form |
static AtomDate |
AtomDate.valueOf(Calendar value)
Create a new Atom Date instance from a java.util.Calendar |
static AtomDate |
AtomDate.valueOf(Date value)
Create a new Atom Date instance from a java.util.Date |
static AtomDate |
AtomDate.valueOf(long value)
Create a new Atom Date instance using the number of milliseconds since January 1, 1970, 00:00:00 GMT |
static AtomDate |
AtomDate.valueOf(String value)
Create a new Atom Date instance from the serialized string form |
Methods in org.apache.abdera.model with parameters of type AtomDate | |
---|---|
DateTime |
DateTimeWrapper.setValue(AtomDate dateTime)
|
DateTime |
DateTime.setValue(AtomDate dateTime)
Sets the content value of the element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |