public static enum ArtifactCacheEvent.Operation extends Enum<ArtifactCacheEvent.Operation>
Enum Constant and Description |
---|
FETCH |
MULTI_CONTAINS |
MULTI_FETCH |
STORE |
Modifier and Type | Method and Description |
---|---|
static ArtifactCacheEvent.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactCacheEvent.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactCacheEvent.Operation FETCH
public static final ArtifactCacheEvent.Operation MULTI_FETCH
public static final ArtifactCacheEvent.Operation STORE
public static final ArtifactCacheEvent.Operation MULTI_CONTAINS
public static ArtifactCacheEvent.Operation[] values()
for (ArtifactCacheEvent.Operation c : ArtifactCacheEvent.Operation.values()) System.out.println(c);
public static ArtifactCacheEvent.Operation 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 null