sidl
Class Double.Array7.Holder

java.lang.Object
  extended by sidl.Double.Array7.Holder
Enclosing class:
Double.Array7

public static class Double.Array7.Holder
extends java.lang.Object


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

Double.Array7.Holder

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


Double.Array7.Holder

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

Method Detail

set

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


get

public Double.Array7 get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array