| Overview | Package |
Enumerates logical operators that can be used on attributes in a selector condition.
| Enumeration Literals | |
|---|---|
eq |
0Enumerates logical operators that can be used on attributes in a selector condition. |
neq |
1Enumerates logical operators that can be used on attributes in a selector condition. |
gt |
2Enumerates logical operators that can be used on attributes in a selector condition. |
gteq |
3Enumerates logical operators that can be used on attributes in a selector condition. |
lt |
4Enumerates logical operators that can be used on attributes in a selector condition. |
lteq |
5Enumerates logical operators that can be used on attributes in a selector condition. |
beginsWith |
6Enumerates logical operators that can be used on attributes in a selector condition. |
endsWith |
7Enumerates logical operators that can be used on attributes in a selector condition. |
contains |
8Enumerates logical operators that can be used on attributes in a selector condition. |
match |
9Enumerates logical operators that can be used on attributes in a selector condition. |
null |
10Enumerates logical operators that can be used on attributes in a selector condition. |
notNull |
11Enumerates logical operators that can be used on attributes in a selector condition. |