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(AssignmentField value)
Retrieve the ID of a field, as used by MS Project.
|
static AssignmentField |
getInstance(int value)
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 AssignmentField getInstance(int value)
value - value from an MS Project filepublic static int getID(AssignmentField value)
value - field instanceCopyright © 2013. All Rights Reserved.