Package | Description |
---|---|
com.espertech.esper.client.hook |
Callback interfaces for use with statement annotations.
|
Modifier and Type | Method and Description |
---|---|
default AggregationFunctionFactoryCodegenType |
AggregationFunctionFactory.getCodegenType()
Returns the code generation control enum
|
static AggregationFunctionFactoryCodegenType |
AggregationFunctionFactoryCodegenType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AggregationFunctionFactoryCodegenType[] |
AggregationFunctionFactoryCodegenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|