|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.dom.type.OdfDate
public class OdfDate
DOM implementation of OpenDocument data type 'date'
| Constructor Summary | |
|---|---|
OdfDate(XMLGregorianCalendar date)
Construct OdfDate by the parsing the given string |
|
| Method Summary | |
|---|---|
XMLGregorianCalendar |
getValue()
Returns the value of this OdfDate object as an XMLGregorianCalendar |
String |
toString()
Returns a String Object representing this OdfDate's value |
static OdfDate |
valueOf(String stringValue)
Returns an OdfDate instance representing the specified String value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OdfDate(XMLGregorianCalendar date)
date - The String to be parsed into OdfDate| Method Detail |
|---|
public String toString()
toString in class Objectpublic static OdfDate valueOf(String stringValue)
stringValue - a String value
public XMLGregorianCalendar getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||