Class DateTimeMethodOpsModify
java.lang.Object
com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodOpsModify
- All Implemented Interfaces:
DateTimeMethodOps
For adding a date-time method that modifies the date-time value and that return a result of the same type
as the date-time value.
long-type and Date-type values are automatically converted from and to Calendar.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the information how calendar-modify is providedgetLdtOp()
Returns the information how LocalDateTime-modify is providedgetZdtOp()
Returns the information how ZonedDateTime-modify is providedvoid
setCalendarOp
(DateTimeMethodMode calendarOp) Sets the information how calendar-modify is providedvoid
setLdtOp
(DateTimeMethodMode ldtOp) Sets the information how LocalDateTime-modify is providedvoid
setZdtOp
(DateTimeMethodMode zdtOp) Sets the information how ZonedDateTime-modify is provided
-
Constructor Details
-
DateTimeMethodOpsModify
public DateTimeMethodOpsModify()Ctor.
-
-
Method Details
-
getCalendarOp
Returns the information how calendar-modify is provided- Returns:
- mode
-
setCalendarOp
Sets the information how calendar-modify is provided- Parameters:
calendarOp
- mode
-
getLdtOp
Returns the information how LocalDateTime-modify is provided- Returns:
- mode
-
setLdtOp
Sets the information how LocalDateTime-modify is provided- Parameters:
ldtOp
- mode
-
getZdtOp
Returns the information how ZonedDateTime-modify is provided- Returns:
- mode
-
setZdtOp
Sets the information how ZonedDateTime-modify is provided- Parameters:
zdtOp
- mode
-