Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.primavera |
Modifier and Type | Method and Description |
---|---|
DataType |
AssignmentField.getDataType() |
DataType |
ConstraintField.getDataType() |
DataType |
CustomFieldValueDataType.getDataType()
Retrieve the MPXJ data type.
|
DataType |
FieldType.getDataType()
Retrieve the data type of this field.
|
DataType |
ProjectField.getDataType() |
DataType |
ResourceField.getDataType() |
DataType |
TaskField.getDataType() |
DataType |
UserDefinedField.getDataType() |
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.
|
Modifier and Type | Method and Description |
---|---|
UserDefinedField.Builder |
UserDefinedField.Builder.dataType(DataType value)
Add the data type.
|
void |
UserDefinedField.setDataType(DataType dataType)
Deprecated.
use the Builder class
|
Constructor and Description |
---|
GenericCriteriaPrompt(DataType type,
String prompt)
Constructor.
|
UserDefinedField(Integer uniqueID,
String internalName,
String externalName,
FieldTypeClass fieldTypeClass,
boolean summaryTaskOnly,
DataType dataType)
Deprecated.
use the new version of this constructor
|
UserDefinedField(UniqueIdObjectSequenceProvider file,
Integer uniqueID,
String internalName,
String externalName,
FieldTypeClass fieldTypeClass,
boolean summaryTaskOnly,
DataType dataType)
Deprecated.
use the Builder class
|
Modifier and Type | Method and Description |
---|---|
static FieldType |
FieldTypeHelper.getInstance(ProjectFile project,
int fieldID,
DataType customFieldDataType)
Retrieve a FieldType instance based on an ID value from
an MPP9, MPP12 or MPP14 file.
|
static FieldType |
MPPAssignmentField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the AssignmentField class based on the data read from an
MS Project file.
|
static FieldType |
MPPProjectField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the ProjectField class based on the data read from an
MS Project file.
|
static FieldType |
MPPResourceField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the ResourceField class based on the data read from an
MS Project file.
|
static FieldType |
MPPTaskField.getInstance(ProjectFile project,
int value,
DataType customFieldDataType)
Retrieve an instance of the TaskField class based on the data read from an
MS Project file.
|
Modifier and Type | Method and Description |
---|---|
static DataType |
EnterpriseCustomFieldDataType.getDataTypeFromID(int value)
Look up the type of an enterprise custom field based on its integer ID.
|
Modifier and Type | Method and Description |
---|---|
static Integer |
EnterpriseCustomFieldDataType.getIDFromDataType(DataType type)
Look up the integer ID of an enterprise custom field data type.
|
Modifier and Type | Method and Description |
---|---|
static Object |
DatatypeConverter.parseOutlineCodeValue(String value,
DataType type)
Parse an outline code/custom field value.
|
static String |
DatatypeConverter.printCustomField(MSPDIWriter writer,
Object value,
DataType type)
Print a custom field value.
|
static String |
DatatypeConverter.printOutlineCodeValue(Object value,
DataType type)
Write an outline code/custom field value for a lookup table.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataType> |
PrimaveraXERFileReader.getFieldTypeMap()
Customise the data retrieved by this reader by modifying the contents of this map.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.