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