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