| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mpp | |
| net.sf.mpxj.mpx |
| Modifier and Type | Field and Description |
|---|---|
static TaskField[] |
ExtendedAttributeTaskFields.FIELD_ARRAY
Array of extended attribute fields.
|
| Modifier and Type | Method and Description |
|---|---|
TaskField |
ProjectFile.getAliasTaskField(String alias)
Retrieves a task field instance based on its alias.
|
static TaskField |
TaskField.getInstance(int type)
This method takes the integer enumeration of a task field
and returns an appropriate class instance.
|
static TaskField |
MPPTaskField14.getInstance(int value)
Retrieve an instance of the TaskField class based on the data read from an
MS Project file.
|
static TaskField |
MPPTaskField.getInstance(int value)
Retrieve an instance of the TaskField class based on the data read from an
MS Project file.
|
static TaskField |
MPPTaskField14.getInstanceUnmapped(int value)
Retrieve an instance of the TaskField class based on the data read from an
MS Project file.
|
static TaskField |
TaskField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskField[] |
TaskField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<TaskField,String> |
ProjectFile.getTaskFieldAliasMap()
Allows derived classes to gain access to the mapping between
task fields and aliases.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
MPPTaskField14.getID(TaskField value)
Retrieve the ID of a field, as used by MS Project.
|
static int |
MPPTaskField.getID(TaskField value)
Retrieve the ID of a field, as used by MS Project.
|
String |
ProjectFile.getTaskFieldAlias(TaskField field)
Retrieves the alias associated with a custom task field.
|
List<String> |
ProjectFile.getTaskFieldDescriptionList(TaskField field)
Retrieves the description value list associated with a custom task field.
|
List<Object> |
ProjectFile.getTaskFieldValueList(TaskField field)
Retrieves the value list associated with a custom task field.
|
void |
ProjectFile.setTaskFieldAlias(TaskField field,
String alias)
Associates an alias with a custom task field number.
|
void |
ProjectFile.setTaskFieldDescriptionList(TaskField field,
List<String> descriptions)
Associates a descriptions for value list with a custom task field number.
|
void |
ProjectFile.setTaskFieldValueList(TaskField field,
List<Object> values)
Associates a value list with a custom task field number.
|
| Modifier and Type | Method and Description |
|---|---|
TaskField |
GanttBarCommonStyle.getBottomText()
Retrieve the text appearing at the bottom of the bar.
|
TaskField |
GanttBarStyle.getFromField()
Retrieve the field used to determine the start date of this bar.
|
TaskField |
GanttBarCommonStyle.getInsideText()
Retrieve the text appearing inside the Gantt bar.
|
TaskField |
GanttBarCommonStyle.getLeftText()
Retrieve the text appearing to the left of the bar.
|
TaskField |
GanttBarCommonStyle.getRightText()
Retrieve the text appearing to the right of the bar.
|
TaskField |
GanttBarStyle.getToField()
Retrieve the field used to determine the end date of this bar.
|
TaskField |
GanttBarCommonStyle.getTopText()
Retrieve the text which appears above the bar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GanttBarCommonStyle.setBottomText(TaskField field)
Sets the text appearing at the bottom of the bar.
|
void |
GanttBarStyle.setFromField(TaskField field)
Set the field used to determine the start date of this bar.
|
void |
GanttBarCommonStyle.setInsideText(TaskField field)
Sets the text appearing inside the Gantt bar.
|
void |
GanttBarCommonStyle.setLeftText(TaskField field)
Sets the text appearing to the left of the bar.
|
void |
GanttBarCommonStyle.setRightText(TaskField field)
Sets the text appearing to the right of the bar.
|
void |
GanttBarStyle.setToField(TaskField field)
Sets the field used to determine the end date of this bar.
|
void |
GanttBarCommonStyle.setTopText(TaskField field)
Sets the top text.
|
| Modifier and Type | Method and Description |
|---|---|
TaskField |
MPXReader.DeferredRelationship.getField()
Retrieve the target task field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MPXReader.DeferredRelationship.setField(TaskField field)
Set the target task field.
|
Copyright © 2013. All Rights Reserved.