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