Package | Description |
---|---|
com.espertech.esper.epl.enummethod.dot |
Enumeration method utility classes and input data sources.
|
Modifier and Type | Field and Description |
---|---|
protected EnumMethodEnum |
ExprDotForgeEnumMethodBase.enumMethodEnum |
Modifier and Type | Method and Description |
---|---|
static EnumMethodEnum |
EnumMethodEnum.fromName(String name) |
EnumMethodEnum |
ExprDotForgeEnumMethodBase.getEnumMethodEnum() |
static EnumMethodEnum |
EnumMethodEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumMethodEnum[] |
EnumMethodEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExprDotForgeEnumMethodBase.init(Integer streamOfProviderIfApplicable,
EnumMethodEnum enumMethodEnum,
String enumMethodUsedName,
EPType typeInfo,
List<ExprNode> parameters,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethod.init(Integer streamOfProviderIfApplicable,
EnumMethodEnum lambda,
String lambdaUsedName,
EPType currentInputType,
List<ExprNode> parameters,
ExprValidationContext validationContext) |