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