public static enum KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation extends Enum<KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation>
| Modifier and Type | Method and Description |
|---|---|
static KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation NEW
public static final KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation UPDATE
public static KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation[] values()
for (KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation c : KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.Operation.values()) System.out.println(c);
public static KeyValueOptimisticLockingDBWithPluggableCache.StoreRequest.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 nullCopyright © 2015 teletronics.ae. All rights reserved.