Class And
- java.lang.Object
-
- org.ehrbase.client.aql.containment.BinaryLogicalOperator
-
- org.ehrbase.client.aql.containment.And
-
- All Implemented Interfaces:
ContainmentExpression
public class And extends BinaryLogicalOperator
-
-
Field Summary
-
Fields inherited from class org.ehrbase.client.aql.containment.BinaryLogicalOperator
containmentExpressionList
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnd(ContainmentExpression containmentExpression1, ContainmentExpression containmentExpression2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainmentExpressionand(ContainmentExpression containmentExpression)protected StringgetSymbol()-
Methods inherited from class org.ehrbase.client.aql.containment.BinaryLogicalOperator
bindQuery, buildAQL
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.client.aql.containment.ContainmentExpression
or
-
-
-
-
Constructor Detail
-
And
protected And(ContainmentExpression containmentExpression1, ContainmentExpression containmentExpression2)
-
-
Method Detail
-
getSymbol
protected String getSymbol()
- Specified by:
getSymbolin classBinaryLogicalOperator
-
and
public ContainmentExpression and(ContainmentExpression containmentExpression)
-
-