Uses of Enum Class
de.espirit.firstspirit.access.schedule.ScheduleEntry.ParallelExecutionMode
-
Uses of ScheduleEntry.ParallelExecutionMode in de.espirit.firstspirit.access.schedule
Modifier and TypeMethodDescription@NotNull ScheduleEntry.ParallelExecutionMode
ScheduleEntry.getParallelExecutionMode()
theParallelExecutionMode
of this entry.Returns the enum constant of this class with the specified name.static ScheduleEntry.ParallelExecutionMode[]
ScheduleEntry.ParallelExecutionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ScheduleEntry.setParallelExecutionMode
(@NotNull ScheduleEntry.ParallelExecutionMode mode) Changes theParallelExecutionMode
to the given mode.