java.lang.Object
org.ehrbase.openehr.sdk.generator.commons.aql.condition.BinaryLogicalOperator
- All Implemented Interfaces:
Condition
- Direct Known Subclasses:
And, Or
public abstract class BinaryLogicalOperator
extends Object
implements Condition
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ehrbase.openehr.sdk.generator.commons.aql.condition.Condition
and, not, or
-
-
Method Details
-
-
getSymbol
protected abstract String getSymbol()