|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeekDay | |
---|---|
de.espirit.common.util | |
de.espirit.firstspirit.access.schedule |
Uses of WeekDay in de.espirit.common.util |
---|
Methods in de.espirit.common.util that return WeekDay | |
---|---|
static WeekDay[] |
WeekDay.getSortedWeekDays()
A sorted array of week days where the first week day in the returned array is locale dependent (on some locales the first day of a week is WeekDay.SUNDAY and on some it is WeekDay.MONDAY ). |
static WeekDay |
WeekDay.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WeekDay[] |
WeekDay.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of WeekDay in de.espirit.firstspirit.access.schedule |
---|
Methods in de.espirit.firstspirit.access.schedule that return WeekDay | |
---|---|
WeekDay |
MonthlyExecutionSchedule.getWeekDay()
The WeekDay the dependent ScheduleEntry should be executed. |
Methods in de.espirit.firstspirit.access.schedule that return types with arguments of type WeekDay | |
---|---|
Set<WeekDay> |
DailyExecutionSchedule.getWeekDays()
The set of WeekDay 's on which the ScheduleEntry should be executed - modifing this set will
change the schedule. |
Methods in de.espirit.firstspirit.access.schedule with parameters of type WeekDay | |
---|---|
void |
MonthlyExecutionSchedule.setWeekDay(WeekDay value)
Provide the WeekDay dependent ScheduleEntry should be executed. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |