public static enum IStoreBinding.Operation extends Enum<IStoreBinding.Operation>
Modifier and Type | Method and Description |
---|---|
static IStoreBinding.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStoreBinding.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IStoreBinding.Operation Put
public static final IStoreBinding.Operation Update
public static final IStoreBinding.Operation Remove
public static final IStoreBinding.Operation Send
public static IStoreBinding.Operation[] values()
for (IStoreBinding.Operation c : IStoreBinding.Operation.values()) System.out.println(c);
public static IStoreBinding.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 © 2019 Neeve Research, LLC. All Rights Reserved.