Class BinaryLogicalOperator
java.lang.Object
org.ehrbase.openehr.sdk.generator.commons.aql.containment.BinaryLogicalOperator
- All Implemented Interfaces:
ContainmentExpression
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedBinaryLogicalOperator(ContainmentExpression containmentExpression1, ContainmentExpression containmentExpression2) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ehrbase.openehr.sdk.generator.commons.aql.containment.ContainmentExpression
and, or
-
Field Details
-
containmentExpressionList
-
-
Constructor Details
-
BinaryLogicalOperator
protected BinaryLogicalOperator(ContainmentExpression containmentExpression1, ContainmentExpression containmentExpression2)
-
-
Method Details
-
buildAQL
- Specified by:
buildAQLin interfaceContainmentExpression
-
bindQuery
- Specified by:
bindQueryin interfaceContainmentExpression
-
getSymbol
-