Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.mspdi.schema |
Modifier and Type | Field and Description |
---|---|
static WorkContour |
WorkContour.BACK_LOADED |
static WorkContour |
WorkContour.BELL |
static WorkContour |
WorkContour.CONTOURED |
static WorkContour |
WorkContour.DOUBLE_PEAK |
static WorkContour |
WorkContour.EARLY_PEAK |
static WorkContour |
WorkContour.FLAT |
static WorkContour |
WorkContour.FRONT_LOADED |
static WorkContour |
WorkContour.LATE_PEAK |
static WorkContour |
WorkContour.TURTLE |
Modifier and Type | Method and Description |
---|---|
WorkContour |
ResourceAssignment.getWorkContour()
This method returns the Work Contour type of this Assignment.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceAssignment.setWorkContour(WorkContour workContour)
This method sets the Work Contour type of this Assignment.
|
Modifier and Type | Method and Description |
---|---|
static WorkContour |
WorkContourHelper.getInstance(ProjectFile file,
int type)
Retrieve a WorkContour instance based on its Microsoft Project ID value.
|
Modifier and Type | Method and Description |
---|---|
static Integer |
WorkContourHelper.getID(WorkContour contour)
Given a WorkContour instance, retrieve its Microsoft Project ID value.
|
Modifier and Type | Method and Description |
---|---|
static WorkContour |
DatatypeConverter.parseWorkContour(String value)
Parse a work contour.
|
Modifier and Type | Method and Description |
---|---|
static String |
DatatypeConverter.printWorkContour(WorkContour value)
Print a work contour.
|
Modifier and Type | Field and Description |
---|---|
protected WorkContour |
Project.Assignments.Assignment.workContour |
Modifier and Type | Method and Description |
---|---|
WorkContour |
Project.Assignments.Assignment.getWorkContour()
Gets the value of the workContour property.
|
WorkContour |
Adapter12.unmarshal(String value) |
Modifier and Type | Method and Description |
---|---|
String |
Adapter12.marshal(WorkContour value) |
void |
Project.Assignments.Assignment.setWorkContour(WorkContour value)
Sets the value of the workContour property.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.