| Package | Description |
|---|---|
| net.sf.mpxj |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleFrom |
ScheduleFrom.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static ScheduleFrom |
ScheduleFrom.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
ScheduleFrom |
ProjectHeader.getScheduleFrom()
Retrieves an enumerated value indicating if tasks in this project are
scheduled from a start or a finish date.
|
static ScheduleFrom |
ScheduleFrom.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleFrom[] |
ScheduleFrom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectHeader.setScheduleFrom(ScheduleFrom scheduleFrom)
Sets an enumerated value indicating if tasks in this project are
scheduled from a start or a finish date.
|
Copyright © 2013. All Rights Reserved.