EnumWithValue<AceObjectFlags>public enum AceObjectFlags extends java.lang.Enum<AceObjectFlags> implements EnumWithValue<AceObjectFlags>
EnumWithValue.EnumUtils| Enum Constant | Description |
|---|---|
ACE_INHERITED_OBJECT_TYPE_PRESENT |
|
ACE_OBJECT_TYPE_PRESENT |
|
NONE |
| Modifier and Type | Method | Description |
|---|---|---|
long |
getValue() |
|
static AceObjectFlags |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AceObjectFlags[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AceObjectFlags NONE
public static final AceObjectFlags ACE_OBJECT_TYPE_PRESENT
public static final AceObjectFlags ACE_INHERITED_OBJECT_TYPE_PRESENT
public static AceObjectFlags[] values()
for (AceObjectFlags c : AceObjectFlags.values()) System.out.println(c);
public static AceObjectFlags 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<AceObjectFlags>