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