|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Day | |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mpp | |
| net.sf.mpxj.mspdi | |
| Uses of Day in net.sf.mpxj |
|---|
| Fields in net.sf.mpxj declared as Day | |
|---|---|
static Day |
Day.FRIDAY
|
static Day |
Day.MONDAY
|
static Day |
Day.SATURDAY
|
static Day |
Day.SUNDAY
|
static Day |
Day.THURSDAY
|
static Day |
Day.TUESDAY
|
static Day |
Day.WEDNESDAY
|
| Methods in net.sf.mpxj that return Day | |
|---|---|
Day |
ProjectCalendarHours.getDay()
Get day. |
static Day |
Day.getInstance(int value)
Retrieve a Day instance representing the supplied value. |
Day |
RecurringTask.getMonthlyRelativeDay()
Retrieves the monthly relative day. |
Day |
Day.getNextDay()
This method provides a simple mechanism to retrieve the next day in correct sequence, including the transition from Sunday to Monday. |
Day |
ProjectHeader.getWeekStartDay()
Retrieve the week start day. |
Day |
RecurringTask.getYearlyRelativeDay()
Retrieve the yearly relative day. |
| Methods in net.sf.mpxj with parameters of type Day | |
|---|---|
ProjectCalendarHours |
ProjectCalendarWeek.addCalendarHours(Day day)
Used to add working hours to the calendar. |
ProjectCalendarHours |
ProjectCalendar.addCalendarHours(Day day)
Used to add working hours to the calendar. |
void |
ProjectCalendarWeek.addDefaultCalendarHours(Day day)
This is a convenience method used to add a default set of calendar hours to a calendar. |
ProjectCalendarHours |
ProjectCalendarWeek.getCalendarHours(Day day)
This method retrieves the calendar hours for the specified day. |
ProjectCalendarHours |
ProjectCalendarWeek.getHours(Day day)
This method retrieves the calendar hours for the specified day. |
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. |
boolean |
ProjectCalendar.isWorkingDay(Day day)
Method indicating whether a day is a working or non-working day. |
void |
ProjectCalendarHours.setDay(Day d)
Set day. |
void |
RecurringTask.setMonthlyRelativeDay(Day day)
Sets the monthly relative day. |
void |
ProjectHeader.setWeekStartDay(Day weekStartDay)
Set the week start day. |
void |
ProjectCalendarWeek.setWorkingDay(Day day,
boolean working)
convenience method for setting working or non-working days. |
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. |
void |
RecurringTask.setYearlyRelativeDay(Day day)
Sets the yearly relative day. |
| Uses of Day in net.sf.mpxj.mpp |
|---|
| Subclasses of Day in net.sf.mpxj.mpp | |
|---|---|
class |
ProgressLineDay
Instances of this class represent enumerated day values used as to define when progress lines are drawn. |
| Fields in net.sf.mpxj.mpp declared as Day | |
|---|---|
static Day |
ProgressLineDay.DAY
|
protected Day |
GanttChartView.m_progressLinesIntervalMonthlyFirstLastDay
|
static Day |
ProgressLineDay.NONWORKINGDAY
|
static Day |
ProgressLineDay.WORKINGDAY
|
| Methods in net.sf.mpxj.mpp that return Day | |
|---|---|
static Day |
ProgressLineDay.getInstance(int value)
Retrieve a Day instance representing the supplied value. |
Day |
GanttChartView.getProgressLinesIntervalMonthlyFirstLastDay()
Retrieves the progress lines monthly day. |
| Uses of Day in net.sf.mpxj.mspdi |
|---|
| Methods in net.sf.mpxj.mspdi that return Day | |
|---|---|
static Day |
DatatypeConverter.parseDay(Number value)
Parse a day. |
| Methods in net.sf.mpxj.mspdi with parameters of type Day | |
|---|---|
static BigInteger |
DatatypeConverter.printDay(Day day)
Print a day. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||