| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi |
| Modifier and Type | Method and Description |
|---|---|
static Priority |
Priority.getInstance(int priority)
This method takes an integer enumeration of a priority
and returns an appropriate instance of this class.
|
Priority |
Task.getPriority()
The Priority field provides choices for the level of importance
assigned to a task, which in turn indicates how readily a task can be
delayed or split during resource leveling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Task.setPriority(Priority priority)
The Priority field provides choices for the level of importance
assigned to a task, which in turn indicates how readily a task can be
delayed or split during resource leveling.
|
| Modifier and Type | Method and Description |
|---|---|
static Priority |
DatatypeConverter.parsePriority(BigInteger priority)
Parse priority.
|
| Modifier and Type | Method and Description |
|---|---|
static BigInteger |
DatatypeConverter.printPriority(Priority priority)
Print priority.
|
Copyright © 2013. All Rights Reserved.