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