Serializable
Comparable<AclEntryType>
public enum AclEntryTypeextends Enum<AclEntryType>
ALARM
ALLOW
AUDIT
DENY
static AclEntryType
valueOf(String name)
static AclEntryType[]
values()
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final AclEntryType ALLOW
public static final AclEntryType DENY
public static final AclEntryType AUDIT
public static final AclEntryType ALARM
public static AclEntryType[] values()
for (AclEntryType c : AclEntryType.values()) System.out.println(c);
public static AclEntryType valueOf(String name)
name
IllegalArgumentException
NullPointerException