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