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