public static enum FieldAccessRoleEvaluator.Operation extends Enum<FieldAccessRoleEvaluator.Operation>
| Enum Constant and Description |
|---|
find |
insert |
insert_and_update |
update |
| Modifier and Type | Method and Description |
|---|---|
static FieldAccessRoleEvaluator.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldAccessRoleEvaluator.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldAccessRoleEvaluator.Operation insert
public static final FieldAccessRoleEvaluator.Operation update
public static final FieldAccessRoleEvaluator.Operation insert_and_update
public static final FieldAccessRoleEvaluator.Operation find
public static FieldAccessRoleEvaluator.Operation[] values()
for (FieldAccessRoleEvaluator.Operation c : FieldAccessRoleEvaluator.Operation.values()) System.out.println(c);
public static FieldAccessRoleEvaluator.Operation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.