sidl
Class DoubleComplex.Holder

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

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

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


Constructor Summary
DoubleComplex.Holder()
          Create a holder class with an empty holdee object.
DoubleComplex.Holder(DoubleComplex obj)
          Create a holder with the specified object.
 
Method Summary
 DoubleComplex get()
          Get the value of the holdee object.
 void set(DoubleComplex 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

DoubleComplex.Holder

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


DoubleComplex.Holder

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

Method Detail

set

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


get

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