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