| Overview | Package |
Enumerates logical operators that can be used in a validation rule.
| Enumeration Literals | |
|---|---|
eq |
0Enumerates logical operators that can be used in a validation rule. |
neq |
1Enumerates logical operators that can be used in a validation rule. |
gt |
2Enumerates logical operators that can be used in a validation rule. |
gteq |
3Enumerates logical operators that can be used in a validation rule. |
lt |
4Enumerates logical operators that can be used in a validation rule. |
lteq |
5Enumerates logical operators that can be used in a validation rule. |
beginsWith |
6Enumerates logical operators that can be used in a validation rule. |
endsWith |
7Enumerates logical operators that can be used in a validation rule. |
contains |
8Enumerates logical operators that can be used in a validation rule. |
match |
9Enumerates logical operators that can be used in a validation rule. |
in |
10Enumerates logical operators that can be used in a validation rule. |
notIn |
11Enumerates logical operators that can be used in a validation rule. |
null |
12Enumerates logical operators that can be used in a validation rule. |
notNull |
13Enumerates logical operators that can be used in a validation rule. |
custom |
14Enumerates logical operators that can be used in a validation rule. |