Uses of Class
com.ibm.fhir.model.type.code.XPathUsageType.ValueSet
-
Packages that use XPathUsageType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of XPathUsageType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return XPathUsageType.ValueSet Modifier and Type Method Description static XPathUsageType.ValueSetXPathUsageType.ValueSet. from(String value)Factory method for creating XPathUsageType.ValueSet values from a passed string value.XPathUsageType.ValueSetXPathUsageType. getValueAsEnumConstant()static XPathUsageType.ValueSetXPathUsageType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static XPathUsageType.ValueSet[]XPathUsageType.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type XPathUsageType.ValueSet Modifier and Type Method Description static XPathUsageTypeXPathUsageType. of(XPathUsageType.ValueSet value)Factory method for creating XPathUsageType objects from a passed enum value.XPathUsageType.BuilderXPathUsageType.Builder. value(XPathUsageType.ValueSet value)
-