Uses of Enum Class
com.esprow.oapi.repository.TimerOperation
Packages that use TimerOperation
-
Uses of TimerOperation in com.esprow.oapi.repository
Fields in com.esprow.oapi.repository with type parameters of type TimerOperationModifier and TypeFieldDescriptionstatic final List<TimerOperation>
TimerOperation.VALUES
A public read-only list of all the 'Timer Operation' enumerators.Methods in com.esprow.oapi.repository that return TimerOperationModifier 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.Methods in com.esprow.oapi.repository with parameters of type TimerOperationModifier and TypeMethodDescriptionvoid
OapiTimerSchedule.setOperation
(TimerOperation value) Set an indication whether to start or cancel.