| Package | Description |
|---|---|
| net.sf.mpxj |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 © 2013. All Rights Reserved.