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