sidl
Class String.Array4.Holder

java.lang.Object
  extended by sidl.String.Array4.Holder
Enclosing class:
String.Array4

public static class String.Array4.Holder
extends java.lang.Object


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

String.Array4.Holder

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


String.Array4.Holder

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

Method Detail

set

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


get

public String.Array4 get()
Get the value of the holdee object.


destroy

public void destroy()
Destroy held array