public static enum CacheOperationOutcomes.RemoveAllOutcome extends Enum<CacheOperationOutcomes.RemoveAllOutcome>
| Enum Constant and Description |
|---|
COMPLETED
The completed.
|
IGNORED
The ignored.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheOperationOutcomes.RemoveAllOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOperationOutcomes.RemoveAllOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheOperationOutcomes.RemoveAllOutcome IGNORED
public static final CacheOperationOutcomes.RemoveAllOutcome COMPLETED
public static CacheOperationOutcomes.RemoveAllOutcome[] values()
for (CacheOperationOutcomes.RemoveAllOutcome c : CacheOperationOutcomes.RemoveAllOutcome.values()) System.out.println(c);
public static CacheOperationOutcomes.RemoveAllOutcome 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 2001-2021, Terracotta, Inc.