sidl
Class FloatComplex.Holder
- FloatComplex
public static class FloatComplex.Holder
extends java.lang.Object
This is the holder inner class for inout and out arguments for
type FloatComplex
.
Holder() - Create a holder class with an empty holdee object.
|
Holder(FloatComplex obj) - Create a holder with the specified object.
|
Holder
public Holder()
Create a holder class with an empty holdee object.
Holder
public Holder(FloatComplex obj)
Create a holder with the specified object.
get
public FloatComplex get()
Get the value of the holdee object.
set
public void set(FloatComplex obj)
Set the value of the holdee object.