| Package | Description |
|---|---|
| net.sf.mpxj |
| Modifier and Type | Field and Description |
|---|---|
static ResourceField[] |
ExtendedAttributeResourceFields.FIELD_ARRAY
Array of extended attribute fields.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceField |
ProjectFile.getAliasResourceField(String alias)
Retrieves a resource field based on its alias.
|
static ResourceField |
ResourceField.getInstance(int type)
This method takes the integer enumeration of a resource field
and returns an appropriate class instance.
|
static ResourceField |
MPPResourceField14.getInstance(int value)
Retrieve an instance of the ResourceField class based on the data read from an
MS Project file.
|
static ResourceField |
MPPResourceField.getInstance(int value)
Retrieve an instance of the ResourceField class based on the data read from an
MS Project file.
|
static ResourceField |
ResourceField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceField[] |
ResourceField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ResourceField,String> |
ProjectFile.getResourceFieldAliasMap()
Allows callers to gain access to the mapping between
resource field numbers and aliases.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
MPPResourceField14.getID(ResourceField value)
Retrieve the ID of a field, as used by MS Project.
|
static int |
MPPResourceField.getID(ResourceField value)
Retrieve the ID of a field, as used by MS Project.
|
String |
ProjectFile.getResourceFieldAlias(ResourceField field)
Retrieves the alias associated with a custom resource field.
|
void |
ProjectFile.setResourceFieldAlias(ResourceField field,
String alias)
Associates an alias with a custom resource field number.
|
Copyright © 2013. All Rights Reserved.