net.sf.mpxj
Class MPPAssignmentField14
java.lang.Object
net.sf.mpxj.MPPAssignmentField14
public final class MPPAssignmentField14
- extends Object
Utility class used to map between the integer values held in MS Project
to represent an assignment field, and the enumerated type used to represent
assignment fields in MPXJ.
|
Method Summary |
static int |
getID(AssignmentField value)
Retrieve the ID of a field, as used by MS Project. |
static AssignmentField |
getInstance(int value)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_VALUE
public static final int MAX_VALUE
- See Also:
- Constant Field Values
ASSIGNMENT_FIELD_BASE
public static final int ASSIGNMENT_FIELD_BASE
- See Also:
- Constant Field Values
MPPAssignmentField14
public MPPAssignmentField14()
getInstance
public static AssignmentField getInstance(int value)
- Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
- Parameters:
value - value from an MS Project file
- Returns:
- AssignmentField instance
getID
public static int getID(AssignmentField value)
- Retrieve the ID of a field, as used by MS Project.
- Parameters:
value - field instance
- Returns:
- field ID
Copyright © 2012. All Rights Reserved.