sidl
Class FloatComplex.Holder

java.lang.Object
  extended by sidl.FloatComplex.Holder
Enclosing class:
FloatComplex

public static class FloatComplex.Holder
extends java.lang.Object

This is the holder inner class for inout and out arguments for type FloatComplex.


Constructor Summary
FloatComplex.Holder()
          Create a holder class with an empty holdee object.
FloatComplex.Holder(FloatComplex obj)
          Create a holder with the specified object.
 
Method Summary
 FloatComplex get()
          Get the value of the holdee object.
 void set(FloatComplex obj)
          Set the value of the holdee object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatComplex.Holder

public FloatComplex.Holder()
Create a holder class with an empty holdee object.


FloatComplex.Holder

public FloatComplex.Holder(FloatComplex obj)
Create a holder with the specified object.

Method Detail

set

public void set(FloatComplex obj)
Set the value of the holdee object.


get

public FloatComplex get()
Get the value of the holdee object.