public static enum PermissionEventEnums.GMSystem_Action extends java.lang.Enum<PermissionEventEnums.GMSystem_Action>
Enum Constant and Description |
---|
DEFAULT_GROUP_CHANGED |
RELOADED |
Modifier and Type | Method and Description |
---|---|
static PermissionEventEnums.GMSystem_Action |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermissionEventEnums.GMSystem_Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermissionEventEnums.GMSystem_Action RELOADED
public static final PermissionEventEnums.GMSystem_Action DEFAULT_GROUP_CHANGED
public static PermissionEventEnums.GMSystem_Action[] values()
for (PermissionEventEnums.GMSystem_Action c : PermissionEventEnums.GMSystem_Action.values()) System.out.println(c);
public static PermissionEventEnums.GMSystem_Action 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