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