Uses of Class
com.ibm.fhir.model.type.code.ExtensionContextType.ValueSet
-
Packages that use ExtensionContextType.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of ExtensionContextType.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return ExtensionContextType.ValueSet Modifier and Type Method Description static ExtensionContextType.ValueSetExtensionContextType.ValueSet. from(String value)Factory method for creating ExtensionContextType.ValueSet values from a passed string value.ExtensionContextType.ValueSetExtensionContextType. getValueAsEnumConstant()static ExtensionContextType.ValueSetExtensionContextType.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtensionContextType.ValueSet[]ExtensionContextType.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 ExtensionContextType.ValueSet Modifier and Type Method Description static ExtensionContextTypeExtensionContextType. of(ExtensionContextType.ValueSet value)Factory method for creating ExtensionContextType objects from a passed enum value.ExtensionContextType.BuilderExtensionContextType.Builder. value(ExtensionContextType.ValueSet value)
-