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