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