|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceField | |
|---|---|
| net.sf.mpxj | |
| Uses of ResourceField in net.sf.mpxj |
|---|
| Fields in net.sf.mpxj declared as ResourceField | |
|---|---|
static ResourceField[] |
ExtendedAttributeResourceFields.FIELD_ARRAY
Array of extended attribute fields. |
| Methods in net.sf.mpxj that return ResourceField | |
|---|---|
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. |
| Methods in net.sf.mpxj that return types with arguments of type ResourceField | |
|---|---|
Map<ResourceField,String> |
ProjectFile.getResourceFieldAliasMap()
Allows callers to gain access to the mapping between resource field numbers and aliases. |
| Methods in net.sf.mpxj with parameters of type ResourceField | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||