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