Uses of Class
biz.onixs.fix.scheduler.DayOfWeek

Packages that use DayOfWeek
biz.onixs.fix.scheduler   
 

Uses of DayOfWeek in biz.onixs.fix.scheduler
 

Fields in biz.onixs.fix.scheduler declared as DayOfWeek
protected  DayOfWeek SimpleWeeklySchedule.firstDay
           
protected  DayOfWeek SimpleWeeklySchedule.lastDay
           
 

Methods in biz.onixs.fix.scheduler that return DayOfWeek
static DayOfWeek DayOfWeek.fromNumber(int value)
          Returns day of week by numeric value.
static DayOfWeek DayOfWeek.fromStringIgnoreCase(String name)
          Returns day of week by full string name.
The full string name is case insensitive.
 DayOfWeek SimpleWeeklySchedule.getFirstDay()
          Returns first day.
 DayOfWeek SimpleWeeklySchedule.getLastDay()
          Returns last day.
 DayOfWeek WeeklyInterval.getLogonDay()
          Returns logon day.
 DayOfWeek WeeklyInterval.getLogoutDay()
          Returns logout day.
 DayOfWeek DayOfWeek.getNextDay()
          Returns next day of week.
The week is cycled, i.e.
static DayOfWeek DayOfWeek.getToday()
          Returns today day of week.
static DayOfWeek DayOfWeek.valueOf(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.
 

Methods in biz.onixs.fix.scheduler with parameters of type DayOfWeek
 boolean DayOfWeek.isBetween(DayOfWeek firstDay, DayOfWeek lastDay)
          Returns whether the day of week is in the specified interval.
The week is cycled, i.e.
 void SimpleWeeklySchedule.setFirstDay(DayOfWeek firstDay)
          Sets first day.
 void SimpleWeeklySchedule.setLastDay(DayOfWeek lastDay)
          Sets last day.
 void WeeklyInterval.setLogonDay(DayOfWeek logonDay)
          Sets logon day.
 void WeeklyInterval.setLogoutDay(DayOfWeek logoutDay)
          Sets logout day.
 

Constructors in biz.onixs.fix.scheduler with parameters of type DayOfWeek
MultiDayLengthSchedule(DayOfWeek firstDay, org.joda.time.LocalTime logonTime, DayOfWeek lastDay, org.joda.time.LocalTime logoutTime, SequenceNumberResetPolicy resetPolicy)
          Constructor.
SingleDayLengthSchedule(DayOfWeek firstDay, org.joda.time.LocalTime logonTime, DayOfWeek lastDay, org.joda.time.LocalTime logoutTime, SequenceNumberResetPolicy resetPolicy)
          Constructor.
 



Copyright © 2005-2012 Onix Solutions. All Rights Reserved.