|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.lib.holder.BooleanHolder
A BooleanHolder allows the final value of a boolean argument to be propagated back to the client.
Field Summary | |
boolean |
value
The actual value. |
Constructor Summary | |
BooleanHolder()
Construct myself with the default value of false. |
|
BooleanHolder(boolean value)
Construct myself with the specified initial value. |
Method Summary | |
java.lang.String |
toString()
Return a string that describes me. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public boolean value
Constructor Detail |
public BooleanHolder()
public BooleanHolder(boolean value)
value
- The initial value.Method Detail |
public java.lang.String toString()
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |