Uses of Enum
org.hl7.fhir.r4.model.SearchParameter.SearchComparator
-
Uses of SearchParameter.SearchComparator in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Enumeration<SearchParameter.SearchComparator>> SearchParameter.comparator
Comparators supported for the search parameter.Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SearchParameter.SearchComparator[]
SearchParameter.SearchComparator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionSearchParameter.addComparatorElement()
SearchParameter.SearchComparatorEnumFactory.fromType
(PrimitiveType<?> code) SearchParameter.getComparator()
Modifier and TypeMethodDescriptionSearchParameter.addComparator
(SearchParameter.SearchComparator value) boolean
SearchParameter.hasComparator
(SearchParameter.SearchComparator value) SearchParameter.SearchComparatorEnumFactory.toCode
(SearchParameter.SearchComparator code) SearchParameter.SearchComparatorEnumFactory.toSystem
(SearchParameter.SearchComparator code) Modifier and TypeMethodDescriptionSearchParameter.setComparator
(List<Enumeration<SearchParameter.SearchComparator>> theComparator)