public final class MPPAssignmentField extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ASSIGNMENT_FIELD_BASE |
static int |
MAX_VALUE |
Constructor and Description |
---|
MPPAssignmentField() |
Modifier and Type | Method and Description |
---|---|
static int |
getID(FieldType value)
Retrieve the ID of a field, as used by MS Project.
|
static FieldType |
getInstance(ProjectFile project,
int value)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
|
static FieldType |
getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
|
public static final int MAX_VALUE
public static final int ASSIGNMENT_FIELD_BASE
public static FieldType getInstance(ProjectFile project, int value)
project
- parent projectvalue
- value from an MS Project filepublic static FieldType getInstance(ProjectFile project, int value, DataType customFieldDataType)
project
- parent projectvalue
- value from an MS Project filecustomFieldDataType
- custom field data typepublic static int getID(FieldType value)
value
- field instanceCopyright © 2000–2024 Packwood Software. All rights reserved.