| Package | Description |
|---|---|
| net.sf.mpxj |
| Modifier and Type | Field and Description |
|---|---|
static AssignmentField[] |
ExtendedAttributeAssignmentFields.FIELD_ARRAY
Array of extended attribute fields.
|
| Modifier and Type | Method and Description |
|---|---|
static AssignmentField |
MPPAssignmentField14.getInstance(int value)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
|
static AssignmentField |
MPPAssignmentField.getInstance(int value)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
|
static AssignmentField |
AssignmentField.getInstance(int type)
This method takes the integer enumeration of a resource field
and returns an appropriate class instance.
|
static AssignmentField |
AssignmentField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentField[] |
AssignmentField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
MPPAssignmentField14.getID(AssignmentField value)
Retrieve the ID of a field, as used by MS Project.
|
static int |
MPPAssignmentField.getID(AssignmentField value)
Retrieve the ID of a field, as used by MS Project.
|
Copyright © 2013. All Rights Reserved.