Operator constants

The CompleteCondition class defines static member variables to represent operator constants. Table 78 summarizes these operator constants, which represent valid operators to use in conditions. All operator constants are of type String.

Table 78. Operator constants of the CompleteCondition class.
Operator constant Description
OP_EQUAL
Contains a String that represents the Equals (=) operator.
OP_EXISTS
Contains a String that represents the Exists operator.
OP_GREATER_THAN
Contains a String that represents the Greater Than (>) operator.
OP_GREATER_THAN_EQUAL
Contains a String that represents the Greater Than or Equal To (>=) operator.
OP_LESS_THAN
Contains a String that represents the Less Than (<) operator.
OP_LESS_THAN_EQUAL
Contains a String that represents the Less Than or Equal To (<=) operator.
OP_NOT_EQUAL
Contains a String that represents the Not Equal (!=) operator.

Copyright IBM Corp. 2004, 2005