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