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