public enum NotifyForOperationsEnum extends Enum<NotifyForOperationsEnum>
| Modifier and Type | Method and Description |
|---|---|
static NotifyForOperationsEnum |
forValue(String value) |
String |
value() |
static NotifyForOperationsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotifyForOperationsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotifyForOperationsEnum ALL
public static final NotifyForOperationsEnum CREATE
public static final NotifyForOperationsEnum EXTENDED
public static final NotifyForOperationsEnum UPDATE
public static NotifyForOperationsEnum[] values()
for (NotifyForOperationsEnum c : NotifyForOperationsEnum.values()) System.out.println(c);
public static NotifyForOperationsEnum 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 nullpublic String value()
public static NotifyForOperationsEnum forValue(String value)
Apache Camel