sidl
Class Boolean.Array6.Holder

java.lang.Object
  extended by sidl.Boolean.Array6.Holder
Enclosing class:
Boolean.Array6

public static class Boolean.Array6.Holder
extends java.lang.Object


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

Boolean.Array6.Holder

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


Boolean.Array6.Holder

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

Method Detail

set

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


get

public Boolean.Array6 get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array