public static enum AccessControl.AccessControlMode extends Enum<AccessControl.AccessControlMode>
Modifier and Type | Method and Description |
---|---|
static AccessControl.AccessControlMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessControl.AccessControlMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AccessControl.AccessControlMode none
public static final AccessControl.AccessControlMode log
public static final AccessControl.AccessControlMode full
public static AccessControl.AccessControlMode[] values()
for (AccessControl.AccessControlMode c : AccessControl.AccessControlMode.values()) System.out.println(c);
public static AccessControl.AccessControlMode 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 © 2018 universAAL Consortium. All rights reserved.