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