Class AslFieldFieldQueryCondition
java.lang.Object
org.ehrbase.openehr.aqlengine.asl.model.condition.AslFieldFieldQueryCondition
- All Implemented Interfaces:
AslProvidesJoinCondition,AslQueryCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslQueryCondition
AslQueryCondition.AslConditionOperator -
Constructor Summary
ConstructorsConstructorDescriptionAslFieldFieldQueryCondition(AslField leftField, AslQueryCondition.AslConditionOperator operator, AslField rightField) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ehrbase.openehr.aqlengine.asl.model.condition.AslProvidesJoinCondition
provideJoinCondition, withProvider
-
Constructor Details
-
AslFieldFieldQueryCondition
public AslFieldFieldQueryCondition(AslField leftField, AslQueryCondition.AslConditionOperator operator, AslField rightField)
-
-
Method Details
-
getLeftField
-
getOperator
-
getRightField
-
getLeftOwner
- Specified by:
getLeftOwnerin interfaceAslProvidesJoinCondition
-
getRightOwner
- Specified by:
getRightOwnerin interfaceAslProvidesJoinCondition
-
getLeftProvider
- Specified by:
getLeftProviderin interfaceAslProvidesJoinCondition
-
getRightProvider
- Specified by:
getRightProviderin interfaceAslProvidesJoinCondition
-