sidl
Class Opaque.Array2.Holder

java.lang.Object
  extended by sidl.Opaque.Array2.Holder
Enclosing class:
Opaque.Array2

public static class Opaque.Array2.Holder
extends java.lang.Object


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

Opaque.Array2.Holder

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


Opaque.Array2.Holder

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

Method Detail

set

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


get

public Opaque.Array2 get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array