| Package | Description |
|---|---|
| net.sf.mpxj | |
| net.sf.mpxj.mspdi |
| Modifier and Type | Method and Description |
|---|---|
DataType |
TaskField.getDataType()
Retrieve the data type of this field.
|
DataType |
ResourceField.getDataType()
Retrieve the data type of this field.
|
DataType |
FieldType.getDataType()
Retrieve the data type of this field.
|
DataType |
AssignmentField.getDataType()
Retrieve the data type of this field.
|
static DataType |
DataType.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static DataType |
DataType.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
DataType |
GenericCriteriaPrompt.getType()
Retrieve the data type of the expected value.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GenericCriteriaPrompt(DataType type,
String prompt)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
DatatypeConverter.printExtendedAttribute(MSPDIWriter writer,
Object value,
DataType type)
Print an extended attribute value.
|
Copyright © 2013. All Rights Reserved.