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