public static enum RolePanel.Actions extends java.lang.Enum<RolePanel.Actions>
Enum Constant and Description |
---|
ADD |
CANCEL |
CLONE |
DELETE |
EDIT |
NEVER |
NOTHING |
STRAND |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
tt |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static RolePanel.Actions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RolePanel.Actions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RolePanel.Actions CANCEL
public static final RolePanel.Actions ADD
public static final RolePanel.Actions CLONE
public static final RolePanel.Actions EDIT
public static final RolePanel.Actions DELETE
public static final RolePanel.Actions NOTHING
public static final RolePanel.Actions STRAND
public static final RolePanel.Actions NEVER
public static RolePanel.Actions[] values()
for (RolePanel.Actions c : RolePanel.Actions.values()) System.out.println(c);
public static RolePanel.Actions 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<RolePanel.Actions>