IntegerCondition constructor

IntegerCondition(
  1. ConditionOp op,
  2. QueryProperty prop,
  3. int value,
  4. [int value2]
)

Implementation

IntegerCondition(ConditionOp op, QueryProperty prop, int value, [int value2])
    : super(op, prop, value, value2);