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