| Modifier and Type | Class and Description |
|---|---|
static class |
UserDefinedField.Builder
User defined field builder.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
getDataType()
Retrieve the data type of this field.
|
FieldTypeClass |
getFieldTypeClass()
Retrieve an enum representing the type of entity to which this field belongs.
|
String |
getName()
Retrieve the name of this field using the default locale.
|
String |
getName(Locale locale)
Retrieve the name of this field using the supplied locale.
|
boolean |
getSummaryTaskOnly()
For a user defined field with a FieldTypeClas of TASK, this method
returns true if this is a user defined field for WBS
(represented as summary tasks in MPXJ).
|
Integer |
getUniqueID()
Retrieve the unique ID.
|
FieldType |
getUnitsType()
Retrieve the associated units field, if any.
|
int |
getValue()
This method is used to retrieve the int value (not the ordinal)
associated with an enum instance.
|
String |
name()
Retrieve the enum name.
|
String |
toString() |
public int getValue()
MpxjEnumpublic Integer getUniqueID()
public boolean getSummaryTaskOnly()
public FieldTypeClass getFieldTypeClass()
FieldTypegetFieldTypeClass in interface FieldTypepublic String getName()
FieldTypepublic String getName(Locale locale)
FieldTypepublic DataType getDataType()
FieldTypegetDataType in interface FieldTypepublic FieldType getUnitsType()
FieldTypegetUnitsType in interface FieldTypeCopyright © 2000–2025 MPXJ. All rights reserved.