Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
DayType |
ProjectCalendarDays.getCalendarDayType(DayOfWeek day)
This method allows the retrieval of the actual working day flag,
which can take the values DEFAULT, WORKING, or NONWORKING.
|
DayType[] |
ProjectCalendarDays.getCalendarDayTypes()
Retrieves an array of DayType instances representing a week,
where Sunday is the first entry in the array.
|
DayType |
ProjectCalendar.getDayType(DayOfWeek day)
Retrieve the day type.
|
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.
|
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 |
ProjectCalendarDays.setCalendarDayType(DayOfWeek day,
DayType type)
Set the type of a given day.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.