sidl
Class String.Array4.Holder
java.lang.Object
sidl.String.Array4.Holder
- String.Array4
public static class String.Array4.Holder
extends java.lang.Object
Holder() - Create a holder class with an empty holdee object.
|
Holder(String.Array4 obj) - Create a holder with the specified object.
|
Holder
public Holder()
Create a holder class with an empty holdee object.
Holder
public Holder(String.Array4 obj)
Create a holder with the specified object.
destroy
public void destroy()
Destroy held array
get
public String.Array4 get()
Get the value of the holdee object.
set
public void set(String.Array4 obj)
Set the value of the holdee object.