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