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