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