public class MPPProjectField extends Object
Modifier and Type | Field and Description |
---|---|
static int |
PROJECT_FIELD_BASE |
Constructor and Description |
---|
MPPProjectField() |
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 ProjectField 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 ProjectField class based on the data read from an
MS Project file.
|
public static final int PROJECT_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.