private static enum Table.Initializer.Panels extends java.lang.Enum<Table.Initializer.Panels>
| Enum Constant and Description |
|---|
CARDS |
DEALING |
ENVELOPE |
STRATEGIES |
| Modifier and Type | Method and Description |
|---|---|
static Table.Initializer.Panels |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Table.Initializer.Panels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Table.Initializer.Panels CARDS
public static final Table.Initializer.Panels ENVELOPE
public static final Table.Initializer.Panels DEALING
public static final Table.Initializer.Panels STRATEGIES
public static Table.Initializer.Panels[] values()
for (Table.Initializer.Panels c : Table.Initializer.Panels.values()) System.out.println(c);
public static Table.Initializer.Panels valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null