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