|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.adobe.xfa.ut.BooleanHolder
public final class BooleanHolder
A mutable holder class to represent a boolean value. BooleanHolder objects are useful as out and inout parameters.
| Field Summary | |
|---|---|
boolean |
value
The boolean value held by this object. |
| Constructor Summary | |
|---|---|
BooleanHolder()
Instantiates an BooleanHolder object with the initial value false. |
|
BooleanHolder(boolean value)
Instantiates an BooleanHolder object with the initial value given. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public boolean value
| Constructor Detail |
|---|
public BooleanHolder()
public BooleanHolder(boolean value)
value - the initial value.
|
XFA4J | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||