Uses of Enum Class
overit.geocall.scheduler.JobExecution.State
Packages that use JobExecution.State
-
Uses of JobExecution.State in overit.geocall.scheduler
Methods in overit.geocall.scheduler that return JobExecution.StateModifier and TypeMethodDescriptionJobExecution.getState()Returns aJobExecution.Stateabout theJobExecution.state.static JobExecution.StateJobExecution.State.of(long code) Returns aJobExecution.Statecorresponding to the providedcode; or throws aIllegalArgumentExceptionotherwise.static JobExecution.StateReturns the enum constant of this class with the specified name.static JobExecution.State[]JobExecution.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in overit.geocall.scheduler with parameters of type JobExecution.StateModifier and TypeMethodDescriptionvoidJobExecution.setState(JobExecution.State state) Sets theJobExecution.stateusing the provided value.