Uses of Class
net.sf.mpxj.AssignmentField

Packages that use AssignmentField
net.sf.mpxj   
 

Uses of AssignmentField in net.sf.mpxj
 

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

Methods in net.sf.mpxj that return AssignmentField
static AssignmentField MPPAssignmentField14.getInstance(int value)
          Retrieve an instance of the AssignmentField class based on the data read from an MS Project file.
static AssignmentField MPPAssignmentField.getInstance(int value)
          Retrieve an instance of the AssignmentField class based on the data read from an MS Project file.
static AssignmentField AssignmentField.getInstance(int type)
          This method takes the integer enumeration of a resource field and returns an appropriate class instance.
static AssignmentField AssignmentField.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssignmentField[] AssignmentField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.mpxj with parameters of type AssignmentField
static int MPPAssignmentField14.getID(AssignmentField value)
          Retrieve the ID of a field, as used by MS Project.
static int MPPAssignmentField.getID(AssignmentField value)
          Retrieve the ID of a field, as used by MS Project.
 



Copyright © 2012. All Rights Reserved.