Package org.ehrbase.aql.dto.containment
Class ContainmentLogicalOperator
- java.lang.Object
-
- org.ehrbase.aql.dto.containment.ContainmentLogicalOperator
-
- All Implemented Interfaces:
LogicalOperatorDto<ContainmentLogicalOperatorSymbol,ContainmentExpresionDto>,ContainmentExpresionDto
public class ContainmentLogicalOperator extends Object implements ContainmentExpresionDto, LogicalOperatorDto<ContainmentLogicalOperatorSymbol,ContainmentExpresionDto>
-
-
Constructor Summary
Constructors Constructor Description ContainmentLogicalOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ContainmentLogicalOperatorSymbolgetSymbol()List<ContainmentExpresionDto>getValues()inthashCode()voidsetSymbol(ContainmentLogicalOperatorSymbol symbol)voidsetValues(List<ContainmentExpresionDto> values)StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.ehrbase.aql.dto.condition.LogicalOperatorDto
addValues
-
-
-
-
Method Detail
-
getSymbol
public ContainmentLogicalOperatorSymbol getSymbol()
- Specified by:
getSymbolin interfaceLogicalOperatorDto<ContainmentLogicalOperatorSymbol,ContainmentExpresionDto>
-
getValues
public List<ContainmentExpresionDto> getValues()
- Specified by:
getValuesin interfaceLogicalOperatorDto<ContainmentLogicalOperatorSymbol,ContainmentExpresionDto>
-
setSymbol
public void setSymbol(ContainmentLogicalOperatorSymbol symbol)
-
setValues
public void setValues(List<ContainmentExpresionDto> values)
-
canEqual
protected boolean canEqual(Object other)
-
-