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