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