Uses of Enum Class
de.espirit.firstspirit.access.schedule.ScheduleEntry.ParallelExecutionMode
Packages that use ScheduleEntry.ParallelExecutionMode
-
Uses of ScheduleEntry.ParallelExecutionMode in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return ScheduleEntry.ParallelExecutionModeModifier and TypeMethodDescription@NotNull ScheduleEntry.ParallelExecutionModeScheduleEntry.getParallelExecutionMode()theParallelExecutionModeof 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.Methods in de.espirit.firstspirit.access.schedule with parameters of type ScheduleEntry.ParallelExecutionModeModifier and TypeMethodDescriptionvoidScheduleEntry.setParallelExecutionMode(@NotNull ScheduleEntry.ParallelExecutionMode mode) Changes theParallelExecutionModeto the given mode.