| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mpp | |
| net.sf.mpxj.mspdi |
| Modifier and Type | Method and Description |
|---|---|
Day |
ProjectCalendarHours.getDay()
Get day.
|
static Day |
Day.getInstance(int type)
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.
|
static Day |
Day.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Day[] |
Day.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Day |
ProgressLineDay.getDay()
Retrieve the Day instance which is equivalent to this ProgressLine.
|
| Modifier and Type | Method and Description |
|---|---|
static Day |
DatatypeConverter.parseDay(Number value)
Parse a day.
|
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
DatatypeConverter.printDay(Day day)
Print a day.
|
Copyright © 2013. All Rights Reserved.