Uses of Class
org.ehrbase.aql.dto.path.predicate.PredicateLogicalOperatorSymbol
-
Packages that use PredicateLogicalOperatorSymbol Package Description org.ehrbase.aql.dto.path.predicate -
-
Uses of PredicateLogicalOperatorSymbol in org.ehrbase.aql.dto.path.predicate
Methods in org.ehrbase.aql.dto.path.predicate that return PredicateLogicalOperatorSymbol Modifier and Type Method Description PredicateLogicalOperatorSymbolPredicateLogicalAndOperation. getSymbol()PredicateLogicalOperatorSymbolPredicateLogicalOrOperation. getSymbol()static PredicateLogicalOperatorSymbolPredicateLogicalOperatorSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static PredicateLogicalOperatorSymbol[]PredicateLogicalOperatorSymbol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.aql.dto.path.predicate with parameters of type PredicateLogicalOperatorSymbol Modifier and Type Method Description voidPredicateLogicalAndOperation. setSymbol(PredicateLogicalOperatorSymbol symbol)voidPredicateLogicalOrOperation. setSymbol(PredicateLogicalOperatorSymbol symbol)
-