public interface FieldType extends MpxjEnum
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.
|
FieldType |
getUnitsType()
Retrieve the associated units field, if any.
|
String |
name()
Retrieve the enum name.
|
FieldTypeClass getFieldTypeClass()
String name()
String getName()
String getName(Locale locale)
locale
- target localeDataType getDataType()
FieldType getUnitsType()
Copyright © 2000–2024 Packwood Software. All rights reserved.