|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.hccp.pdf.BooleanObject
PDF provides boolean objects with values true and false. The keywords true and false represent these values. This object is a wrapper around Java boolean primitives that return the corresponding PDF keyword as a String.
| Field Summary | |
java.lang.String |
FALSE
|
java.lang.String |
TRUE
|
| Constructor Summary | |
BooleanObject(boolean flag)
|
|
| Method Summary | |
java.lang.String |
getValue()
Returns the corresponding String representation of true or false. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final java.lang.String TRUE
public final java.lang.String FALSE
| Constructor Detail |
public BooleanObject(boolean flag)
| Method Detail |
public java.lang.String getValue()
getValue in interface DocumentObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||