|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.dom.type.OdfNonNegativeInteger
public class OdfNonNegativeInteger
DOM implementation of OpenDocument data type 'nonNegativeInteger'
| Constructor Summary | |
|---|---|
OdfNonNegativeInteger(int n)
Allocates an OdfNonNegativeInteger object representing the n argument |
|
| Method Summary | |
|---|---|
int |
intValue()
Returns the value of this OdfNonNegativeInteger object as a int primitive |
String |
toString()
Returns a String Object representing this OdfNonNegativeInteger's value |
static OdfNonNegativeInteger |
valueOf(String stringValue)
Returns an OdfNonNegativeInteger 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 OdfNonNegativeInteger(int n)
n - the value of the OdfNonNegativeInteger| Method Detail |
|---|
public String toString()
toString in class Objectpublic static OdfNonNegativeInteger valueOf(String stringValue)
stringValue - a String value
public int intValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||