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(java.lang.String name) |
EnumMethodEnum |
ExprDotForgeEnumMethodBase.getEnumMethodEnum() |
static EnumMethodEnum |
EnumMethodEnum.valueOf(java.lang.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(java.lang.Integer streamOfProviderIfApplicable,
EnumMethodEnum enumMethodEnum,
java.lang.String enumMethodUsedName,
EPType typeInfo,
java.util.List<ExprNode> parameters,
ExprValidationContext validationContext) |
void |
ExprDotForgeEnumMethod.init(java.lang.Integer streamOfProviderIfApplicable,
EnumMethodEnum lambda,
java.lang.String lambdaUsedName,
EPType currentInputType,
java.util.List<ExprNode> parameters,
ExprValidationContext validationContext) |