public final class FieldTypeUtility extends Object
| Constructor and Description |
|---|
FieldTypeUtility() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final FieldType getInstanceUnmapped(int fieldID)
fieldID - field IDpublic static final FieldType getInstance(int fieldID)
fieldID - field IDpublic static final FieldType getInstance14Unmapped(int fieldID)
fieldID - field IDpublic static final FieldType getInstance14(int fieldID)
fieldID - field IDCopyright © 2013. All Rights Reserved.