Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.conceptdraw | |
net.sf.mpxj.conceptdraw.schema | |
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(String value)
Parse a priority value.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printPriority(Priority value)
Print a priority value.
|
Modifier and Type | Field and Description |
---|---|
protected Priority |
Document.Projects.Project.priority |
protected Priority |
Document.Projects.Project.Task.priority |
protected Priority |
PPVItemsType.PPVItem.priority |
Modifier and Type | Method and Description |
---|---|
Priority |
Document.Projects.Project.getPriority()
The priority of the project.
|
Priority |
Document.Projects.Project.Task.getPriority()
The priority of the task.
|
Priority |
PPVItemsType.PPVItem.getPriority()
The priority of the project.
|
Priority |
Adapter7.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Priority> |
ObjectFactory.createPriority(Priority value)
|
Modifier and Type | Method and Description |
---|---|
jakarta.xml.bind.JAXBElement<Priority> |
ObjectFactory.createPriority(Priority value)
|
String |
Adapter7.marshal(Priority value) |
void |
Document.Projects.Project.setPriority(Priority value)
Sets the value of the priority property.
|
void |
Document.Projects.Project.Task.setPriority(Priority value)
Sets the value of the priority property.
|
void |
PPVItemsType.PPVItem.setPriority(Priority value)
Sets the value of the priority property.
|
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 © 2000–2024 Packwood Software. All rights reserved.