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