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