public interface Operand
Operator in a
LogicExpression| Modifier and Type | Method and Description |
|---|---|
boolean |
supports(ComparisonOperator operator)
Sanity check for this Operand vs a given operator.
|
boolean supports(ComparisonOperator operator)
OperandDate.supports("BEFORE")
but OperandConcept.supports("BEFORE") returns falseoperator - The operator to test against this OperandComparisonOperatorCopyright © 2018 OpenMRS LLC.. All Rights Reserved.