Package: com.ibm.rpm.customfield.types
The FieldInputType indicates the type of values which can be assigned to a custom field.
CustomField.inputType is used to validate any value assigned to a custom field, including its default value.
The following table lists the values for this object..
Value | Description |
---|---|
Text | Indicates the custom field value is a string. |
Currency | Indicates the custom field value is a double. |
Date | Indicates the custom field value is a date. |
Numeric | Indicates the custom field value is an integer. |
Checkbox | Indicates the custom field value is a boolean. |
Datafield | Indicates the custom field value is a datafield. |