public static class StructureMap.StructureMapTargetListModeEnumFactory extends Object implements EnumFactory<StructureMap.StructureMapTargetListMode>
| Constructor and Description |
|---|
StructureMapTargetListModeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
StructureMap.StructureMapTargetListMode |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<StructureMap.StructureMapTargetListMode> |
fromType(Base code) |
String |
toCode(StructureMap.StructureMapTargetListMode code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(StructureMap.StructureMapTargetListMode code)
Get the XML/JSON representation for an enumerated value
|
public StructureMapTargetListModeEnumFactory()
public StructureMap.StructureMapTargetListMode fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<StructureMap.StructureMapTargetListMode>fromCode in interface IBaseEnumFactory<StructureMap.StructureMapTargetListMode>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<StructureMap.StructureMapTargetListMode> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(StructureMap.StructureMapTargetListMode code)
EnumFactorytoCode in interface EnumFactory<StructureMap.StructureMapTargetListMode>toCode in interface IBaseEnumFactory<StructureMap.StructureMapTargetListMode>code - - the enumeration valuepublic String toSystem(StructureMap.StructureMapTargetListMode code)
EnumFactorytoSystem in interface EnumFactory<StructureMap.StructureMapTargetListMode>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.