Uses of Interface
org.ehrbase.aql.dto.condition.Value
-
Packages that use Value Package Description org.ehrbase.aql.dto.condition org.ehrbase.aql.parser -
-
Uses of Value in org.ehrbase.aql.dto.condition
Classes in org.ehrbase.aql.dto.condition that implement Value Modifier and Type Class Description classParameterValueclassSimpleValueMethods in org.ehrbase.aql.dto.condition that return Value Modifier and Type Method Description ValueConditionComparisonOperatorDto. getValue()Methods in org.ehrbase.aql.dto.condition that return types with arguments of type Value Modifier and Type Method Description List<Value>MatchesOperatorDto. getValues()Methods in org.ehrbase.aql.dto.condition with parameters of type Value Modifier and Type Method Description voidConditionComparisonOperatorDto. setValue(Value value)Method parameters in org.ehrbase.aql.dto.condition with type arguments of type Value Modifier and Type Method Description voidMatchesOperatorDto. setValues(List<Value> values) -
Uses of Value in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return Value Modifier and Type Method Description ValueAqlToDtoVisitor. visitOperand(AqlParser.OperandContext ctx)
-