Package | Description |
---|---|
com.espertech.esper.client |
This package and its sub-packages defines the central Esper Client APIs.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationEventTypeLegacy.CodeGeneration |
ConfigurationEventTypeLegacy.getCodeGeneration()
Returns the code generation flag.
|
static ConfigurationEventTypeLegacy.CodeGeneration |
ConfigurationEventTypeLegacy.CodeGeneration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationEventTypeLegacy.CodeGeneration[] |
ConfigurationEventTypeLegacy.CodeGeneration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEventTypeLegacy.setCodeGeneration(ConfigurationEventTypeLegacy.CodeGeneration codeGeneration)
Sets the code generation flags.
|