public static enum LifeCycleHookBinding.Operation extends Enum<LifeCycleHookBinding.Operation>
Modifier and Type | Method and Description |
---|---|
static LifeCycleHookBinding.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleHookBinding.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeCycleHookBinding.Operation CREATE
public static final LifeCycleHookBinding.Operation READ
public static final LifeCycleHookBinding.Operation UPDATE
public static final LifeCycleHookBinding.Operation DELETE
public static LifeCycleHookBinding.Operation[] values()
for (LifeCycleHookBinding.Operation c : LifeCycleHookBinding.Operation.values()) System.out.println(c);
public static LifeCycleHookBinding.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–2021 Yahoo! Inc.. All rights reserved.