public static enum AddSimplePermissionMapper.MappingMode extends Enum<AddSimplePermissionMapper.MappingMode>
| Modifier and Type | Method and Description |
|---|---|
static AddSimplePermissionMapper.MappingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddSimplePermissionMapper.MappingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddSimplePermissionMapper.MappingMode AND
public static final AddSimplePermissionMapper.MappingMode FIRST
public static final AddSimplePermissionMapper.MappingMode OR
public static final AddSimplePermissionMapper.MappingMode UNLESS
public static final AddSimplePermissionMapper.MappingMode XOR
public static AddSimplePermissionMapper.MappingMode[] values()
for (AddSimplePermissionMapper.MappingMode c : AddSimplePermissionMapper.MappingMode.values()) System.out.println(c);
public static AddSimplePermissionMapper.MappingMode 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 © 2021. All rights reserved.