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