protected static enum ReadCommittedEntry.Flags extends Enum<ReadCommittedEntry.Flags>
Enum Constant and Description |
---|
CHANGED |
CREATED |
EVICTED |
LOCK_PLACEHOLDER |
REMOVED |
VALID |
Modifier and Type | Method and Description |
---|---|
static ReadCommittedEntry.Flags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadCommittedEntry.Flags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadCommittedEntry.Flags CHANGED
public static final ReadCommittedEntry.Flags CREATED
public static final ReadCommittedEntry.Flags REMOVED
public static final ReadCommittedEntry.Flags VALID
public static final ReadCommittedEntry.Flags LOCK_PLACEHOLDER
public static final ReadCommittedEntry.Flags EVICTED
public static ReadCommittedEntry.Flags[] values()
for (ReadCommittedEntry.Flags c : ReadCommittedEntry.Flags.values()) System.out.println(c);
public static ReadCommittedEntry.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 by Red Hat. All Rights Reserved.