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