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