Uses of Class
com.ibm.fhir.model.type.code.XPathUsageType
-
Packages that use XPathUsageType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of XPathUsageType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return XPathUsageType Modifier and Type Method Description XPathUsageTypeSearchParameter. getXpathUsage()How the search parameter relates to the set of elements returned by evaluating the xpath query.Methods in com.ibm.fhir.model.resource with parameters of type XPathUsageType Modifier and Type Method Description SearchParameter.BuilderSearchParameter.Builder. xpathUsage(XPathUsageType xpathUsage)How the search parameter relates to the set of elements returned by evaluating the xpath query. -
Uses of XPathUsageType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as XPathUsageType Modifier and Type Field Description static XPathUsageTypeXPathUsageType. DISTANCEDistancestatic XPathUsageTypeXPathUsageType. NEARBYNearbystatic XPathUsageTypeXPathUsageType. NORMALNormalstatic XPathUsageTypeXPathUsageType. OTHEROtherstatic XPathUsageTypeXPathUsageType. PHONETICPhoneticMethods in com.ibm.fhir.model.type.code that return XPathUsageType Modifier and Type Method Description XPathUsageTypeXPathUsageType.Builder. build()static XPathUsageTypeXPathUsageType. of(XPathUsageType.ValueSet value)Factory method for creating XPathUsageType objects from a passed enum value.static XPathUsageTypeXPathUsageType. of(String value)Factory method for creating XPathUsageType objects from a passed string value.
-