Package | Description |
---|---|
net.sf.mpxj |
Modifier and Type | Method and Description |
---|---|
FieldTypeClass |
AssignmentField.getFieldTypeClass() |
FieldTypeClass |
ConstraintField.getFieldTypeClass() |
FieldTypeClass |
FieldType.getFieldTypeClass()
Retrieve an enum representing the type of entity to which this field belongs.
|
FieldTypeClass |
ProjectField.getFieldTypeClass() |
FieldTypeClass |
ResourceField.getFieldTypeClass() |
FieldTypeClass |
TaskField.getFieldTypeClass() |
FieldTypeClass |
UserDefinedField.getFieldTypeClass() |
static FieldTypeClass |
FieldTypeClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldTypeClass[] |
FieldTypeClass.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.fieldTypeClass(FieldTypeClass value)
Add the field type class.
|
List<CustomField> |
CustomFieldContainer.getCustomFieldsByFieldTypeClass(FieldTypeClass typeClass)
Retrieve a list of custom fields by type class.
|
FieldType |
CustomFieldContainer.getFieldTypeByAlias(FieldTypeClass typeClass,
String alias)
Retrieve a field type from a particular entity using its alias.
|
Constructor and Description |
---|
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
|
Copyright © 2000–2024 Packwood Software. All rights reserved.