Package | Description |
---|---|
com.espertech.esper.common.internal.epl.expression.core | |
com.espertech.esper.common.internal.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
CronOperatorEnum |
ExprNumberSetCronParam.getCronOperator()
Returns the cron parameter type.
|
Constructor and Description |
---|
ExprNumberSetCronParam(CronOperatorEnum cronOperator)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
CronOperatorEnum |
CronParameter.getOperator() |
static CronOperatorEnum |
CronOperatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CronOperatorEnum[] |
CronOperatorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CronParameter(CronOperatorEnum operator,
Integer day)
Ctor.
|
CronParameter(CronOperatorEnum operator,
Integer day,
Integer month) |
Copyright © 2005–2018. All rights reserved.