public enum AceType extends java.lang.Enum<AceType> implements EnumWithValue<AceType>
EnumWithValue.EnumUtils| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static AceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AceType ACCESS_ALLOWED_ACE_TYPE
public static final AceType ACCESS_DENIED_ACE_TYPE
public static final AceType SYSTEM_AUDIT_ACE_TYPE
public static final AceType SYSTEM_ALARM_ACE_TYPE
public static final AceType ACCESS_ALLOWED_COMPOUND_ACE_TYPE
public static final AceType ACCESS_ALLOWED_OBJECT_ACE_TYPE
public static final AceType ACCESS_DENIED_OBJECT_ACE_TYPE
public static final AceType SYSTEM_AUDIT_OBJECT_ACE_TYPE
public static final AceType SYSTEM_ALARM_OBJECT_ACE_TYPE
public static final AceType ACCESS_ALLOWED_CALLBACK_ACE_TYPE
public static final AceType ACCESS_DENIED_CALLBACK_ACE_TYPE
public static final AceType ACCESS_ALLOWED_CALLBACK_OBJECT_ACE_TYPE
public static final AceType ACCESS_DENIED_CALLBACK_OBJECT_ACE_TYPE
public static final AceType SYSTEM_AUDIT_CALLBACK_ACE_TYPE
public static final AceType SYSTEM_ALARM_CALLBACK_ACE_TYPE
public static final AceType SYSTEM_AUDIT_CALLBACK_OBJECT_ACE_TYPE
public static final AceType SYSTEM_ALARM_CALLBACK_OBJECT_ACE_TYPE
public static final AceType SYSTEM_MANDATORY_LABEL_ACE_TYPE
public static final AceType SYSTEM_RESOURCE_ATTRIBUTE_ACE_TYPE
public static final AceType SYSTEM_SCOPED_POLICY_ID_ACE_TYPE
public static AceType[] values()
for (AceType c : AceType.values()) System.out.println(c);
public static AceType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long getValue()
getValue in interface EnumWithValue<AceType>