Uses of Class
model.enums.Days
-
Packages that use Days Package Description model.enums model.objects view.element -
-
Uses of Days in model.enums
Methods in model.enums that return Days Modifier and Type Method Description static DaysDays. getDay(int i)static DaysDays. valueOf(String name)Returns the enum constant of this type with the specified name.static Days[]Days. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Days in model.objects
Methods in model.objects that return Days Modifier and Type Method Description DaysClass. getDay()DaysScheduleEntry. getDay()Methods in model.objects with parameters of type Days Modifier and Type Method Description ClassClass. setDay(Days day)ScheduleEntryScheduleEntry. setDay(Days day) -
Uses of Days in view.element
Methods in view.element that return Days Modifier and Type Method Description DaysCheckedHour. getDay()Constructors in view.element with parameters of type Days Constructor Description CheckedHour(short hour, Days day)
-