public static enum ConfigurationEventTypeLegacy.CodeGeneration extends Enum<ConfigurationEventTypeLegacy.CodeGeneration>
Enum Constant and Description |
---|
DISABLED
Dispables code generation.
|
ENABLED
Enables code generation.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationEventTypeLegacy.CodeGeneration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationEventTypeLegacy.CodeGeneration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigurationEventTypeLegacy.CodeGeneration ENABLED
public static final ConfigurationEventTypeLegacy.CodeGeneration DISABLED
public static ConfigurationEventTypeLegacy.CodeGeneration[] values()
for (ConfigurationEventTypeLegacy.CodeGeneration c : ConfigurationEventTypeLegacy.CodeGeneration.values()) System.out.println(c);
public static ConfigurationEventTypeLegacy.CodeGeneration 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 null