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