Uses of Class
net.sf.mpxj.TaskField

Packages that use TaskField
net.sf.mpxj   
net.sf.mpxj.mpp   
net.sf.mpxj.mpx   
 

Uses of TaskField in net.sf.mpxj
 

Fields in net.sf.mpxj declared as TaskField
static TaskField[] ExtendedAttributeTaskFields.FIELD_ARRAY
          Array of extended attribute fields.
 

Methods in net.sf.mpxj that return TaskField
 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.
 

Methods in net.sf.mpxj that return types with arguments of type TaskField
 Map<TaskField,String> ProjectFile.getTaskFieldAliasMap()
          Allows derived classes to gain access to the mapping between MPX task field numbers and aliases.
 

Methods in net.sf.mpxj with parameters of type TaskField
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.
 

Uses of TaskField in net.sf.mpxj.mpp
 

Methods in net.sf.mpxj.mpp that return TaskField
 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.
 

Methods in net.sf.mpxj.mpp with parameters of type TaskField
 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.
 

Uses of TaskField in net.sf.mpxj.mpx
 

Methods in net.sf.mpxj.mpx that return TaskField
 TaskField MPXReader.DeferredRelationship.getField()
          Retrieve the target task field.
 

Methods in net.sf.mpxj.mpx with parameters of type TaskField
 void MPXReader.DeferredRelationship.setField(TaskField field)
          Set the target task field.
 



Copyright © 2012. All Rights Reserved.