Uses of Class
de.unikassel.android.sdcframework.data.WeekdaySchedule

Packages that use WeekdaySchedule
de.unikassel.android.sdcframework.app.scheduler Provides the scheduler activity related types. 
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 WeekdaySchedule in de.unikassel.android.sdcframework.app.scheduler
 

Fields in de.unikassel.android.sdcframework.app.scheduler with type parameters of type WeekdaySchedule
private  Map<View,WeekdaySchedule> SDCFSchedulerActivity.mapView2Schedule
          The view to weekday schedule mapping.
 

Methods in de.unikassel.android.sdcframework.app.scheduler that return types with arguments of type WeekdaySchedule
private  Map.Entry<View,WeekdaySchedule> SDCFSchedulerActivity.getWeekdayScheduleEntry(String val)
          Method to request weekday entry value for a string description value.
 

Uses of WeekdaySchedule in de.unikassel.android.sdcframework.data
 

Fields in de.unikassel.android.sdcframework.data declared as WeekdaySchedule
private  WeekdaySchedule[] WeeklySchedule.schedule
          The schedule.
private  WeekdaySchedule WeekdayScheduleEntry.weekdaySchedule
          The associated weekday schedule.
 

Fields in de.unikassel.android.sdcframework.data with type parameters of type WeekdaySchedule
static Parcelable.Creator<WeekdaySchedule> WeekdaySchedule.CREATOR
          The Parcelable creator.
 

Methods in de.unikassel.android.sdcframework.data that return WeekdaySchedule
 WeekdaySchedule[] WeeklySchedule.getSchedule()
          Getter for the schedule.
 WeekdaySchedule WeeklySchedule.getScheduleForWeekday(Weekday day)
          Getter for the schedule.
 WeekdaySchedule WeekdayScheduleEntry.getWeekdaySchedule()
          Getter for the day
 

Methods in de.unikassel.android.sdcframework.data with parameters of type WeekdaySchedule
 void WeekdayScheduleEntry.setWeekdaySchedule(WeekdaySchedule weekdaySchedule)
          Setter for the weekday schedule
 

Constructors in de.unikassel.android.sdcframework.data with parameters of type WeekdaySchedule
WeeklySchedule(WeekdaySchedule[] schedule)
          Constructor