protected static enum ReadCommittedEntry.Flags extends Enum<ReadCommittedEntry.Flags>
Enum Constant and Description |
---|
CHANGED |
COPIED |
CREATED |
EVICTED |
LOADED |
REMOVED |
SKIP_REMOTE_GET |
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 EVICTED
public static final ReadCommittedEntry.Flags LOADED
public static final ReadCommittedEntry.Flags SKIP_REMOTE_GET
public static final ReadCommittedEntry.Flags COPIED
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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.