Uses of Enum Class
de.espirit.common.util.WeekDay
-
Uses of WeekDay in de.espirit.common.util
Modifier and TypeMethodDescriptionstatic WeekDay[]
WeekDay.getSortedWeekDays()
static WeekDay
Returns the enum constant of this class with the specified name.static WeekDay[]
WeekDay.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WeekDay in de.espirit.firstspirit.access.schedule
Modifier and TypeMethodDescriptionMonthlyExecutionSchedule.getWeekDay()
TheWeekDay
the dependentScheduleEntry
should be executed.Modifier and TypeMethodDescriptionDailyExecutionSchedule.getWeekDays()
The set ofWeekDay
's on which theScheduleEntry
should be executed - modifing this set will change the schedule.Modifier and TypeMethodDescriptionvoid
MonthlyExecutionSchedule.setWeekDay
(WeekDay value) Provide theWeekDay
dependentScheduleEntry
should be executed.