public static enum CacheOperationOutcomes.PutOutcome extends Enum<CacheOperationOutcomes.PutOutcome>
Enum Constant and Description |
---|
ADDED
added.
|
IGNORED
ignored.
|
UPDATED
updated.
|
Modifier and Type | Method and Description |
---|---|
static CacheOperationOutcomes.PutOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOperationOutcomes.PutOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheOperationOutcomes.PutOutcome ADDED
public static final CacheOperationOutcomes.PutOutcome UPDATED
public static final CacheOperationOutcomes.PutOutcome IGNORED
public static CacheOperationOutcomes.PutOutcome[] values()
for (CacheOperationOutcomes.PutOutcome c : CacheOperationOutcomes.PutOutcome.values()) System.out.println(c);
public static CacheOperationOutcomes.PutOutcome 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 © 2003–2016 Terracotta, Inc.. All rights reserved.