
public static enum OSecurityRole.ALLOW_MODES extends Enum<OSecurityRole.ALLOW_MODES>
| Enum Constant and Description |
|---|
ALLOW_ALL_BUT |
DENY_ALL_BUT |
| Modifier and Type | Method and Description |
|---|---|
static OSecurityRole.ALLOW_MODES |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSecurityRole.ALLOW_MODES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSecurityRole.ALLOW_MODES DENY_ALL_BUT
public static final OSecurityRole.ALLOW_MODES ALLOW_ALL_BUT
public static OSecurityRole.ALLOW_MODES[] values()
for (OSecurityRole.ALLOW_MODES c : OSecurityRole.ALLOW_MODES.values()) System.out.println(c);
public static OSecurityRole.ALLOW_MODES 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 © 2009–2025 OrientDB. All rights reserved.