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