Uses of Class
org.ehrbase.aql.dto.path.AqlPath.OtherPredicatesFormat
-
Packages that use AqlPath.OtherPredicatesFormat Package Description org.ehrbase.aql.dto.path org.ehrbase.aql.dto.path.predicate -
-
Uses of AqlPath.OtherPredicatesFormat in org.ehrbase.aql.dto.path
Methods in org.ehrbase.aql.dto.path that return AqlPath.OtherPredicatesFormat Modifier and Type Method Description static AqlPath.OtherPredicatesFormatAqlPath.OtherPredicatesFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static AqlPath.OtherPredicatesFormat[]AqlPath.OtherPredicatesFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.aql.dto.path with parameters of type AqlPath.OtherPredicatesFormat Modifier and Type Method Description voidAqlPath.AqlNode. appendFormat(StringBuilder sb, AqlPath.OtherPredicatesFormat otherPredicatesFormat)StringAqlPath. format(AqlPath.OtherPredicatesFormat otherPredicatesFormat, boolean includeAttributeName) -
Uses of AqlPath.OtherPredicatesFormat in org.ehrbase.aql.dto.path.predicate
Methods in org.ehrbase.aql.dto.path.predicate with parameters of type AqlPath.OtherPredicatesFormat Modifier and Type Method Description static voidPredicateHelper. format(StringBuilder sb, PredicateDto predicateDto, AqlPath.OtherPredicatesFormat otherPredicatesFormat)static StringPredicateHelper. format(PredicateDto predicateDto, AqlPath.OtherPredicatesFormat otherPredicatesFormat)
-