|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.utility.FieldTypeUtility
public final class FieldTypeUtility
Utility class containing methods relating to the FieldType class.
| Constructor Summary | |
|---|---|
FieldTypeUtility()
|
|
| Method Summary | |
|---|---|
static FieldType |
getInstance(int fieldID)
Retrieve a FieldType instance based on an ID value from an MPP9 or MPP12 file. |
static FieldType |
getInstance14(int fieldID)
Retrieve a FieldType instance based on an ID value from an MPP14 field, mapping the START_TEXT, FINISH_TEXT, and DURATION_TEXT values to START, FINISH, and DURATION respectively. |
static FieldType |
getInstance14Unmapped(int fieldID)
Retrieve a FieldType instance based on an ID value from an MPP14 field, without any additional mapping. |
static FieldType |
getInstanceUnmapped(int fieldID)
Retrieve a FieldType instance based on an ID value from an MPP9 or MPP12 file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldTypeUtility()
| Method Detail |
|---|
public static final FieldType getInstanceUnmapped(int fieldID)
fieldID - field ID
public static final FieldType getInstance(int fieldID)
fieldID - field ID
public static final FieldType getInstance14Unmapped(int fieldID)
fieldID - field ID
public static final FieldType getInstance14(int fieldID)
fieldID - field ID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||