
Uses of Enum Class
org.hl7.fhir.r4.model.SearchParameter.SearchComparator
Packages that use SearchParameter.SearchComparator
-
Uses of SearchParameter.SearchComparator in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SearchParameter.SearchComparatorModifier and TypeFieldDescriptionprotected List<Enumeration<SearchParameter.SearchComparator>> SearchParameter.comparatorComparators supported for the search parameter.Methods in org.hl7.fhir.r4.model that return SearchParameter.SearchComparatorModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SearchParameter.SearchComparator[]SearchParameter.SearchComparator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type SearchParameter.SearchComparatorModifier and TypeMethodDescriptionSearchParameter.addComparatorElement()SearchParameter.SearchComparatorEnumFactory.fromType(PrimitiveType<?> code) SearchParameter.getComparator()Methods in org.hl7.fhir.r4.model with parameters of type SearchParameter.SearchComparatorModifier and TypeMethodDescriptionSearchParameter.addComparator(SearchParameter.SearchComparator value) booleanSearchParameter.hasComparator(SearchParameter.SearchComparator value) SearchParameter.SearchComparatorEnumFactory.toCode(SearchParameter.SearchComparator code) SearchParameter.SearchComparatorEnumFactory.toSystem(SearchParameter.SearchComparator code) Method parameters in org.hl7.fhir.r4.model with type arguments of type SearchParameter.SearchComparatorModifier and TypeMethodDescriptionSearchParameter.setComparator(List<Enumeration<SearchParameter.SearchComparator>> theComparator)