Uses of Class
net.sf.mpxj.DayType

Packages that use DayType
net.sf.mpxj   
 

Uses of DayType in net.sf.mpxj
 

Methods in net.sf.mpxj that return DayType
 DayType[] ProjectCalendarWeek.getDays()
          Retrieve an array representing the days of the week for this calendar.
static DayType DayType.getInstance(int type)
          Retrieve an instance of the enum based on its int value.
static DayType DayType.getInstance(Number type)
          Retrieve an instance of the enum based on its int value.
 DayType ProjectCalendarWeek.getWorkingDay(Day day)
          This method allows the retrieval of the actual working day flag, which can take the values DEFAULT, WORKING, or NONWORKING.
static DayType DayType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DayType[] DayType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj with parameters of type DayType
 void ProjectCalendarWeek.setWorkingDay(Day day, DayType working)
          This is a convenience method provided to allow a day to be set as working or non-working, by using the day number to identify the required day.
 



Copyright © 2012. All Rights Reserved.