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