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