Uses of Class
org.hl7.fhir.dstu2.model.SearchParameter.XPathUsageType
-
Packages that use SearchParameter.XPathUsageType Package Description org.hl7.fhir.dstu2.model -
-
Uses of SearchParameter.XPathUsageType in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type SearchParameter.XPathUsageType Modifier and Type Field Description protected 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.dstu2.model that return SearchParameter.XPathUsageType Modifier and Type Method Description static SearchParameter.XPathUsageTypeSearchParameter.XPathUsageType. fromCode(String codeString)SearchParameter.XPathUsageTypeSearchParameter.XPathUsageTypeEnumFactory. fromCode(String codeString)SearchParameter.XPathUsageTypeSearchParameter. getXpathUsage()static SearchParameter.XPathUsageTypeSearchParameter.XPathUsageType. valueOf(String name)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.dstu2.model that return types with arguments of type SearchParameter.XPathUsageType Modifier and Type Method Description Enumeration<SearchParameter.XPathUsageType>SearchParameter.XPathUsageTypeEnumFactory. fromType(Base code)Enumeration<SearchParameter.XPathUsageType>SearchParameter. getXpathUsageElement()Methods in org.hl7.fhir.dstu2.model with parameters of type SearchParameter.XPathUsageType Modifier and Type Method Description SearchParameterSearchParameter. setXpathUsage(SearchParameter.XPathUsageType value)StringSearchParameter.XPathUsageTypeEnumFactory. toCode(SearchParameter.XPathUsageType code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type SearchParameter.XPathUsageType Modifier and Type Method Description SearchParameterSearchParameter. setXpathUsageElement(Enumeration<SearchParameter.XPathUsageType> value)
-