Class LogicalOperatorCondition
java.lang.Object
org.ehrbase.openehr.sdk.aql.dto.condition.LogicalOperatorCondition
- All Implemented Interfaces:
WhereCondition,LogicalOperator<LogicalOperatorCondition.ConditionLogicalOperatorSymbol,WhereCondition>
public final class LogicalOperatorCondition
extends Object
implements WhereCondition, LogicalOperator<LogicalOperatorCondition.ConditionLogicalOperatorSymbol,WhereCondition>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidsetValues(List<WhereCondition> values) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ehrbase.openehr.sdk.aql.dto.LogicalOperator
addValues
-
Constructor Details
-
LogicalOperatorCondition
public LogicalOperatorCondition()
-
-
Method Details
-
getSymbol
- Specified by:
getSymbolin interfaceLogicalOperator<LogicalOperatorCondition.ConditionLogicalOperatorSymbol,WhereCondition>
-
getValues
- Specified by:
getValuesin interfaceLogicalOperator<LogicalOperatorCondition.ConditionLogicalOperatorSymbol,WhereCondition>
-
setSymbol
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-