package schedule;

/**
 * Days of the week.
 */
public enum Day { SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY,
 SATURDAY };