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