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