protected static enum ReadCommittedNode.Flags extends Enum<ReadCommittedNode.Flags>
Enum Constant and Description |
---|
CHANGED |
CREATED |
DELETED |
ORIG_CHILDREN_LOADED |
ORIG_DATA_LOADED |
Modifier and Type | Method and Description |
---|---|
static ReadCommittedNode.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadCommittedNode.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadCommittedNode.Flags CHANGED
public static final ReadCommittedNode.Flags CREATED
public static final ReadCommittedNode.Flags DELETED
public static final ReadCommittedNode.Flags ORIG_DATA_LOADED
public static final ReadCommittedNode.Flags ORIG_CHILDREN_LOADED
public static ReadCommittedNode.Flags[] values()
for (ReadCommittedNode.Flags c : ReadCommittedNode.Flags.values()) System.out.println(c);
public static ReadCommittedNode.Flags 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 nullCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.