| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi | |
| net.sf.mpxj.mspdi.schema |
| Modifier and Type | Method and Description |
|---|---|
static WorkContour |
WorkContour.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static WorkContour |
WorkContour.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
WorkContour |
ResourceAssignment.getWorkContour()
This method returns the Work Contour type of this Assignment.
|
static WorkContour |
WorkContour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkContour[] |
WorkContour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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 |
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 |
Adapter9.unmarshal(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
Adapter9.marshal(WorkContour value) |
void |
Project.Assignments.Assignment.setWorkContour(WorkContour value)
Sets the value of the workContour property.
|
Copyright © 2013. All Rights Reserved.