Uses of Enum Class
com.esprow.oapi.repository.TimerOperation
-
Uses of TimerOperation in com.esprow.oapi.repository
Modifier and TypeFieldDescriptionstatic final List<TimerOperation>
TimerOperation.VALUES
A public read-only list of all the 'Timer Operation' enumerators.Modifier and TypeMethodDescriptionstatic TimerOperation
TimerOperation.get
(int value) Returns the 'Timer Operation' literal with the specified integer value.static TimerOperation
Returns the 'Timer Operation' literal with the specified literal value.static TimerOperation
Returns the 'Timer Operation' literal with the specified name.OapiTimerSchedule.getOperation()
Returns an indication whether to start or cancel.static TimerOperation
Returns the enum constant of this class with the specified name.static TimerOperation[]
TimerOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OapiTimerSchedule.setOperation
(TimerOperation value) Set an indication whether to start or cancel.