Class org.omg.CORBA.BooleanHolder
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.BooleanHolder
java.lang.Object
|
+----org.omg.CORBA.BooleanHolder
- public final class BooleanHolder
- extends Object
A Holder class for booleans for use with out and in/out IDL parameters.
-
value
-
the boolean value held by the BooleanHolder
-
BooleanHolder()
-
construct the BooleanHolder with false initial value
-
BooleanHolder(boolean)
-
construct the BooleanHolder with the given boolean value
value
public boolean value
- the boolean value held by the BooleanHolder
BooleanHolder
public BooleanHolder()
- construct the BooleanHolder with false initial value
BooleanHolder
public BooleanHolder(boolean initial)
- construct the BooleanHolder with the given boolean value
- Parameters:
- initial - the boolean used to initialize the BooleanHolder value
All Packages Class Hierarchy This Package Previous Next Index