public class MetricOperationalStatusEnumFactory extends Object implements EnumFactory<MetricOperationalStatus>
| Constructor and Description |
|---|
MetricOperationalStatusEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
MetricOperationalStatus |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(MetricOperationalStatus code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(MetricOperationalStatus code)
Get the system URI for an enumerated value
|
public MetricOperationalStatusEnumFactory()
public MetricOperationalStatus fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<MetricOperationalStatus>fromCode in interface EnumFactory<MetricOperationalStatus>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(MetricOperationalStatus code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<MetricOperationalStatus>toCode in interface EnumFactory<MetricOperationalStatus>code - - the enumeration valuepublic String toSystem(MetricOperationalStatus code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<MetricOperationalStatus>toSystem in interface EnumFactory<MetricOperationalStatus>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.