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