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