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