public static enum CustomConversion.EnumEventType extends Enum<CustomConversion.EnumEventType>
| Enum Constant and Description |
|---|
NULL |
VALUE_CONVERSION_CREATE |
VALUE_CONVERSION_DELETE |
VALUE_CONVERSION_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static CustomConversion.EnumEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomConversion.EnumEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomConversion.EnumEventType VALUE_CONVERSION_CREATE
public static final CustomConversion.EnumEventType VALUE_CONVERSION_DELETE
public static final CustomConversion.EnumEventType VALUE_CONVERSION_UPDATE
public static final CustomConversion.EnumEventType NULL
public static CustomConversion.EnumEventType[] values()
for (CustomConversion.EnumEventType c : CustomConversion.EnumEventType.values()) System.out.println(c);
public static CustomConversion.EnumEventType 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 toString()
toString in class Enum<CustomConversion.EnumEventType>Copyright © 2017. All rights reserved.