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