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