Uses of Enum Class
org.ehrbase.openehr.sdk.aql.webtemplatepath.AqlPath.OtherPredicatesFormat
Packages that use AqlPath.OtherPredicatesFormat
Package
Description
-
Uses of AqlPath.OtherPredicatesFormat in org.ehrbase.openehr.sdk.aql.webtemplatepath
Methods in org.ehrbase.openehr.sdk.aql.webtemplatepath that return AqlPath.OtherPredicatesFormatModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static AqlPath.OtherPredicatesFormat[]AqlPath.OtherPredicatesFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.openehr.sdk.aql.webtemplatepath with parameters of type AqlPath.OtherPredicatesFormatModifier and TypeMethodDescriptionvoidAqlPath.AqlNode.appendFormat(StringBuilder sb, AqlPath.OtherPredicatesFormat otherPredicatesFormat) AqlPath.format(AqlPath.OtherPredicatesFormat otherPredicatesFormat, boolean includeAttributeName) -
Uses of AqlPath.OtherPredicatesFormat in org.ehrbase.openehr.sdk.aql.webtemplatepath.predicate
Methods in org.ehrbase.openehr.sdk.aql.webtemplatepath.predicate with parameters of type AqlPath.OtherPredicatesFormatModifier and TypeMethodDescriptionstatic voidPredicateHelper.format(StringBuilder sb, Predicate predicate, AqlPath.OtherPredicatesFormat otherPredicatesFormat) static StringPredicateHelper.format(Predicate predicate, AqlPath.OtherPredicatesFormat otherPredicatesFormat)