public static enum PropertyAuthoriser.PropertyPermission extends Enum<PropertyAuthoriser.PropertyPermission>
| Modifier and Type | Method and Description |
|---|---|
static PropertyAuthoriser.PropertyPermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyAuthoriser.PropertyPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertyAuthoriser.PropertyPermission READ
public static final PropertyAuthoriser.PropertyPermission WRITE
public static PropertyAuthoriser.PropertyPermission[] values()
for (PropertyAuthoriser.PropertyPermission c : PropertyAuthoriser.PropertyPermission.values()) System.out.println(c);
public static PropertyAuthoriser.PropertyPermission 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 McEvoy Software Ltd. All rights reserved.