Uses of Enum Class
de.espirit.common.util.WeekDay
Packages that use WeekDay
-
Uses of WeekDay in de.espirit.common.util
Methods in de.espirit.common.util that return WeekDayModifier and TypeMethodDescriptionstatic WeekDay[]WeekDay.getSortedWeekDays()static WeekDayReturns 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
Methods in de.espirit.firstspirit.access.schedule that return WeekDayModifier and TypeMethodDescriptionMonthlyExecutionSchedule.getWeekDay()TheWeekDaythe dependentScheduleEntryshould be executed.Methods in de.espirit.firstspirit.access.schedule that return types with arguments of type WeekDayModifier and TypeMethodDescriptionDailyExecutionSchedule.getWeekDays()The set ofWeekDay's on which theScheduleEntryshould be executed - modifing this set will change the schedule.Methods in de.espirit.firstspirit.access.schedule with parameters of type WeekDayModifier and TypeMethodDescriptionvoidMonthlyExecutionSchedule.setWeekDay(WeekDay value) Provide theWeekDaydependentScheduleEntryshould be executed.