The following table shows the Expression Handler supported types.
Type |
Description |
Synonyms |
BOOLEAN |
Set to the value of either “true” or “false” |
boolean |
CHAR |
Contains one or more Unicode characters |
CHARACTER, char, character |
DECIMAL |
Contains a valid decimal number |
DEC, decimal, dec |
DOUBLE |
Contains a valid double number |
double |
INTEGER |
Contains a valid double word integer |
INT, integer, int |