public class MPPTaskField extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
TASK_FIELD_BASE |
| Constructor and Description |
|---|
MPPTaskField() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getID(TaskField value)
Retrieve the ID of a field, as used by MS Project.
|
static TaskField |
getInstance(int value)
Retrieve an instance of the TaskField class based on the data read from an
MS Project file.
|
public static final int TASK_FIELD_BASE
public static TaskField getInstance(int value)
value - value from an MS Project filepublic static int getID(TaskField value)
value - field instanceCopyright © 2013. All Rights Reserved.