
Uses of Enum Class
org.hl7.fhir.dstu3.model.SearchParameter.XPathUsageType
Packages that use SearchParameter.XPathUsageType
-
Uses of SearchParameter.XPathUsageType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type SearchParameter.XPathUsageTypeModifier and TypeFieldDescriptionprotected Enumeration
<SearchParameter.XPathUsageType> SearchParameter.xpathUsage
How the search parameter relates to the set of elements returned by evaluating the xpath query.Methods in org.hl7.fhir.dstu3.model that return SearchParameter.XPathUsageTypeModifier and TypeMethodDescriptionSearchParameter.getXpathUsage()
Returns the enum constant of this class with the specified name.static SearchParameter.XPathUsageType[]
SearchParameter.XPathUsageType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type SearchParameter.XPathUsageTypeModifier and TypeMethodDescriptionSearchParameter.XPathUsageTypeEnumFactory.fromType
(PrimitiveType<?> code) SearchParameter.getXpathUsageElement()
Methods in org.hl7.fhir.dstu3.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.dstu3.model with type arguments of type SearchParameter.XPathUsageTypeModifier and TypeMethodDescriptionSearchParameter.setXpathUsageElement
(Enumeration<SearchParameter.XPathUsageType> value)