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 system URI for an enumerated value
|
public PolicyholderRelationshipEnumFactory()
public PolicyholderRelationship fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<PolicyholderRelationship>fromCode in interface EnumFactory<PolicyholderRelationship>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(PolicyholderRelationship code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<PolicyholderRelationship>toCode in interface EnumFactory<PolicyholderRelationship>code - - the enumeration valuepublic String toSystem(PolicyholderRelationship code)
EnumFactorytoSystem in interface EnumFactory<PolicyholderRelationship>code - - the enumeration valueCopyright © 2014–2018 University Health Network. All rights reserved.