Package | Description |
---|---|
admin | |
view.calendar |
Modifier and Type | Field and Description |
---|---|
java.util.Collection<DayOfWeek> |
DayPattern.dayPattern |
Modifier and Type | Method and Description |
---|---|
static DayOfWeek |
DayOfWeek.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
DayPattern.addDay(DayOfWeek day)
Adds a day to a pattern.
|
(package private) abstract void |
GlobalConstraints.setDayAvailability(DayOfWeek day,
boolean available)
This method sets which days are available to be scheduled on.
|
Modifier and Type | Field and Description |
---|---|
DayOfWeek |
SchedulerDate.dayType |