public static enum AceObjectFlags.Flag extends java.lang.Enum<AceObjectFlags.Flag>
| Enum Constant and Description |
|---|
ACE_INHERITED_OBJECT_TYPE_PRESENT
0x00000002 - InheritedObjectType is valid.
|
ACE_OBJECT_TYPE_PRESENT
0x00000001 - ObjectType is valid.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Gets int value.
|
static AceObjectFlags.Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AceObjectFlags.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AceObjectFlags.Flag ACE_OBJECT_TYPE_PRESENT
public static final AceObjectFlags.Flag ACE_INHERITED_OBJECT_TYPE_PRESENT
public static AceObjectFlags.Flag[] values()
for (AceObjectFlags.Flag c : AceObjectFlags.Flag.values()) System.out.println(c);
public static AceObjectFlags.Flag 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 int getValue()
Copyright © 2015-2018 Tirasa. All Rights Reserved.