|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.dom.type.OdfDuration
public class OdfDuration
DOM implementation of OpenDocument data type 'duration'
| Constructor Summary | |
|---|---|
OdfDuration(Duration duration)
Construct OdfDuration by the parsing the given string |
|
| Method Summary | |
|---|---|
Duration |
getValue()
Returns the value of this OdfDuration object as an Duration |
String |
toString()
Returns a String Object representing this OdfDuration's value |
static OdfDuration |
valueOf(String stringValue)
Returns an OdfDuration 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 OdfDuration(Duration duration)
duration - The String to be parsed into OdfDuration| Method Detail |
|---|
public String toString()
toString in class Objectpublic static OdfDuration valueOf(String stringValue)
stringValue - a String value
public Duration getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||