Class And
java.lang.Object
org.ehrbase.openehr.sdk.generator.commons.aql.containment.BinaryLogicalOperator
org.ehrbase.openehr.sdk.generator.commons.aql.containment.And
- All Implemented Interfaces:
ContainmentExpression
-
Field Summary
Fields inherited from class org.ehrbase.openehr.sdk.generator.commons.aql.containment.BinaryLogicalOperator
containmentExpressionList -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAnd(ContainmentExpression containmentExpression1, ContainmentExpression containmentExpression2) -
Method Summary
Modifier and TypeMethodDescriptionand(ContainmentExpression containmentExpression) protected StringMethods inherited from class org.ehrbase.openehr.sdk.generator.commons.aql.containment.BinaryLogicalOperator
bindQuery, buildAQLMethods 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
or
-
Constructor Details
-
And
protected And(ContainmentExpression containmentExpression1, ContainmentExpression containmentExpression2)
-
-
Method Details
-
getSymbol
- Specified by:
getSymbolin classBinaryLogicalOperator
-
and
-