public enum AclAccess extends Enum<AclAccess>
| Modifier and Type | Method and Description |
|---|---|
int |
getSecurityLevel() |
static AclAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AclAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AclAccess WRITE
public static final AclAccess ADD
public static final AclAccess COMMENT
public static final AclAccess READ
public static final AclAccess NONE
public static AclAccess[] values()
for (AclAccess c : AclAccess.values()) System.out.println(c);
public static AclAccess 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 nullpublic int getSecurityLevel()
Copyright © 2015. All rights reserved.