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