PluginDescribeResult.ParameterType Enum
Specifies the data types of input and output parameters of the Process.PluginDescribeResult class.
Enum Values
The following are the values of the Process.PluginDescribeResult.ParameterType enum.
| Value | Description |
|---|---|
| BOOLEAN | A value that can only be assigned true, false, or null. |
| DATE | A value that indicates a particular day. |
| DATETIME | A value that indicates a particular day and time, such as a timestamp. |
| DECIMAL | A number that includes a decimal point. Decimal is an arbitrary precision number. |
| DOUBLE | A 64-bit number that includes a decimal point. |
| FLOAT | A floating point number. |
| ID | Any valid 18-character Lightning Platform record identifier. |
| INTEGER | A 32-bit number that doesn’t include a decimal point. |
| LONG | A 64-bit number that doesn’t include a decimal point. |
| STRING | Any set of characters surrounded by single quotes. |
| TIME | A value that indicates a particular time. |