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