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()
MpxjEnum
public Integer getUniqueID()
public boolean getSummaryTaskOnly()
public FieldTypeClass getFieldTypeClass()
FieldType
getFieldTypeClass
in interface FieldType
public String getName()
FieldType
public String getName(Locale locale)
FieldType
public DataType getDataType()
FieldType
getDataType
in interface FieldType
public FieldType getUnitsType()
FieldType
getUnitsType
in interface FieldType
Copyright © 2000–2025 MPXJ. All rights reserved.