Package | Description |
---|---|
com.espertech.esper.epl.datetime.calop |
Date-Time calendar operations.
|
com.espertech.esper.epl.datetime.reformatop |
Date-Time re-formatting operations.
|
Modifier and Type | Method and Description |
---|---|
static CalendarFieldEnum |
CalendarFieldEnum.fromString(String field) |
static CalendarFieldEnum |
CalendarOpUtil.getEnum(String methodName,
ExprNode exprNode) |
static CalendarFieldEnum |
CalendarFieldEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarFieldEnum[] |
CalendarFieldEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CalendarOpRound(CalendarFieldEnum fieldName,
DatetimeMethodEnum method) |
CalendarOpSet(CalendarFieldEnum fieldName,
ExprEvaluator valueExpr) |
CalendarOpWithMax(CalendarFieldEnum fieldName) |
CalendarOpWithMin(CalendarFieldEnum fieldName) |
Constructor and Description |
---|
ReformatOpGetField(CalendarFieldEnum fieldNum,
TimeZone timeZone,
TimeAbacus timeAbacus) |