|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Operand
This is a marker interface for things that can be operated on by an Operator
in a
LogicExpression
Method Summary | |
---|---|
boolean |
supports(ComparisonOperator operator)
Sanity check for this Operand vs a given operator. |
Method Detail |
---|
boolean supports(ComparisonOperator operator)
OperandDate
.supports("BEFORE")
but OperandConcept
.supports("BEFORE") returns false
operator
- The operator to test against this Operand
ComparisonOperator
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |