|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Weekday | |
|---|---|
| de.unikassel.android.sdcframework.data | Does contain the classes and interfaces covering the data sample part as well as the service configuration data classes. |
| Uses of Weekday in de.unikassel.android.sdcframework.data |
|---|
| Fields in de.unikassel.android.sdcframework.data declared as Weekday | |
|---|---|
private Weekday |
WeekdaySchedule.weekday
The associated weekday. |
| Fields in de.unikassel.android.sdcframework.data with type parameters of type Weekday | |
|---|---|
static Parcelable.Creator<Weekday> |
Weekday.CREATOR
The Parcelable creator. |
| Methods in de.unikassel.android.sdcframework.data that return Weekday | |
|---|---|
Weekday |
WeekdayScheduleEntry.getWeekday()
Getter for the week day |
Weekday |
WeekdaySchedule.getWeekday()
Getter for the weekday |
static Weekday |
Weekday.next(Weekday current)
Method to determine the next Weekday after a given one. |
static Weekday |
Weekday.valueOf(Calendar date)
Method to determine the Weekday of a given calendar date. |
static Weekday |
Weekday.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Weekday |
Weekday.valueOfOrdinal(int ordinal)
Method to determine the Weekday for a given ordinal. |
static Weekday[] |
Weekday.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in de.unikassel.android.sdcframework.data with parameters of type Weekday | |
|---|---|
WeekdaySchedule |
WeeklySchedule.getScheduleForWeekday(Weekday day)
Getter for the schedule. |
static Weekday |
Weekday.next(Weekday current)
Method to determine the next Weekday after a given one. |
| Constructors in de.unikassel.android.sdcframework.data with parameters of type Weekday | |
|---|---|
WeekdaySchedule(Weekday weekday)
Constructor |
|
WeekdaySchedule(Weekday weekday,
List<WeekdayScheduleEntry> scheduleEntryList)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||