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