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