public static class Measure.MeasureTypeEnumFactory extends Object implements EnumFactory<Measure.MeasureType>
| Constructor and Description |
|---|
MeasureTypeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
Measure.MeasureType |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<Measure.MeasureType> |
fromType(Base code) |
String |
toCode(Measure.MeasureType code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(Measure.MeasureType code)
Get the XML/JSON representation for an enumerated value
|
public MeasureTypeEnumFactory()
public Measure.MeasureType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Measure.MeasureType>fromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Measure.MeasureType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Measure.MeasureType> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(Measure.MeasureType code)
EnumFactorytoCode in interface EnumFactory<Measure.MeasureType>toCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Measure.MeasureType>code - - the enumeration valuepublic String toSystem(Measure.MeasureType code)
EnumFactorytoSystem in interface EnumFactory<Measure.MeasureType>code - - the enumeration valueCopyright © 2014–2018 University Health Network. All rights reserved.