|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.MPPTaskField14
public class MPPTaskField14
Utility class used to map between the integer values held in MS Project to represent a task field, and the enumerated type used to represent task fields in MPXJ.
| Constructor Summary | |
|---|---|
MPPTaskField14()
|
|
| Method Summary | |
|---|---|
static int |
getID(TaskField value)
Retrieve the ID of a field, as used by MS Project. |
static TaskField |
getInstance(int value)
Retrieve an instance of the TaskField class based on the data read from an MS Project file. |
static TaskField |
getInstanceUnmapped(int value)
Retrieve an instance of the TaskField 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 |
| Constructor Detail |
|---|
public MPPTaskField14()
| Method Detail |
|---|
public static TaskField getInstance(int value)
value - value from an MS Project file
public static TaskField getInstanceUnmapped(int value)
value - value from an MS Project file
public static int getID(TaskField value)
value - field instance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||