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