
Uses of Enum Class
ca.uhn.fhir.jpa.dao.predicate.SearchFilterParser.FilterLogicalOperation
Packages that use SearchFilterParser.FilterLogicalOperation
-
Uses of SearchFilterParser.FilterLogicalOperation in ca.uhn.fhir.jpa.dao.predicate
Methods in ca.uhn.fhir.jpa.dao.predicate that return SearchFilterParser.FilterLogicalOperationModifier and TypeMethodDescriptionSearchFilterParser.FilterLogical.getOperation()
Returns the enum constant of this class with the specified name.SearchFilterParser.FilterLogicalOperation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.jpa.dao.predicate with parameters of type SearchFilterParser.FilterLogicalOperationModifier and TypeMethodDescriptionvoid
SearchFilterParser.FilterLogical.setOperation
(SearchFilterParser.FilterLogicalOperation FOperation)