- All Implemented Interfaces:
- ComparisonOperator, Operator
public class GreaterThan
extends Object
implements ComparisonOperator
The GreaterThan operator will return result that have a greater value than the operand.
Example:
- logicService.parse("'CD4 COUNT'").gt(200);
The above will give us a criteria to get the "CD4 COUNT" observations that has the value numeric
more than 200
- See Also:
GreaterThanEquals
,
LessThan
,
LessThanEquals