sidl
Class Enum.Array3.Holder
- Enum.Array3
public static class Enum.Array3.Holder
extends java.lang.Object
Holder() - Create a holder class with an empty holdee object.
|
Holder(Long.Array3 obj) - Create a holder with the specified object.
|
Holder
public Holder()
Create a holder class with an empty holdee object.
Holder
public Holder(Long.Array3 obj)
Create a holder with the specified object.
get
public Enum.Array3 get()
Get the value of the holdee object.
set
public void set(Long.Array3 obj)
Set the value of the holdee object.