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