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