Uses of Interface
org.ehrbase.aql.dto.condition.Value
-
Packages that use Value Package Description org.ehrbase.aql.dto.condition org.ehrbase.aql.dto.path.predicate 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()ValueLikeOperatorDto. 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)voidLikeOperatorDto. 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.dto.path.predicate
Methods in org.ehrbase.aql.dto.path.predicate that return Value Modifier and Type Method Description ValuePredicateComparisonOperatorDto. getValue()Constructors in org.ehrbase.aql.dto.path.predicate with parameters of type Value Constructor Description PredicateComparisonOperatorDto(String statement, ConditionComparisonOperatorSymbol symbol, Value value) -
Uses of Value in org.ehrbase.aql.parser
Methods in org.ehrbase.aql.parser that return Value Modifier and Type Method Description ValueAqlToDtoVisitor. visitLikeOperand(AqlParser.LikeOperandContext ctx)ValueAqlToDtoVisitor. visitOperand(AqlParser.OperandContext ctx)
-