CriteriaOperator
Description
Criteria Operator
Type :
CRITERIA_OPERATOR
Description
Name
Value
"XOR" (exclusive or) logical operator
LOGICAL_OPERATOR_XOR
4
AND - Logical And
LOGICAL_OPERATOR_AND
2
NOT - Logical Not
LOGICAL_OPERATOR_NOT
3
OR Logical OR
LOGICAL_OPERATOR_OR
1
Definition
The operator that applies to the sibling Criteria objects. Includes values such as "and", "or", "not", etc.
Parents
CriteriaExpression
LogicalExpression