Uses of Enum
org.hl7.fhir.r5.model.SearchParameter.XPathUsageType
Packages that use SearchParameter.XPathUsageType
-
Uses of SearchParameter.XPathUsageType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type SearchParameter.XPathUsageTypeModifier and TypeFieldDescriptionprotected Enumeration<SearchParameter.XPathUsageType>SearchParameter.xpathUsageHow the search parameter relates to the set of elements returned by evaluating the xpath query.Methods in org.hl7.fhir.r5.model that return SearchParameter.XPathUsageTypeModifier and TypeMethodDescriptionSearchParameter.getXpathUsage()Returns the enum constant of this type with the specified name.static SearchParameter.XPathUsageType[]SearchParameter.XPathUsageType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type SearchParameter.XPathUsageTypeMethods in org.hl7.fhir.r5.model with parameters of type SearchParameter.XPathUsageTypeModifier and TypeMethodDescriptionSearchParameter.setXpathUsage(SearchParameter.XPathUsageType value) SearchParameter.XPathUsageTypeEnumFactory.toCode(SearchParameter.XPathUsageType code) SearchParameter.XPathUsageTypeEnumFactory.toSystem(SearchParameter.XPathUsageType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type SearchParameter.XPathUsageTypeModifier and TypeMethodDescriptionSearchParameter.setXpathUsageElement(Enumeration<SearchParameter.XPathUsageType> value)