FieldInputType

Description

Package: com.ibm.rpm.customfield.types

Usage

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.

Values

The following table lists the values for this object..

Table 1. Value Description
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.

Related Objects