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