Package | Description |
---|---|
com.espertech.esper.common.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
ScheduleItemType |
CrontabParameterExpression.getType()
Returns crontab parameter type.
|
static ScheduleItemType |
ScheduleItemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleItemType[] |
ScheduleItemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CrontabParameterExpression |
Expressions.crontabScheduleItem(java.lang.Integer parameter,
ScheduleItemType type)
Creates a parameter of the given type and parameterized by a number.
|
void |
CrontabParameterExpression.setType(ScheduleItemType type)
Sets the crontab parameter type.
|
Constructor and Description |
---|
CrontabParameterExpression(ScheduleItemType type)
Ctor.
|