public class ContractPartyRoleEnumFactory extends Object implements EnumFactory<ContractPartyRole>
| Constructor and Description |
|---|
ContractPartyRoleEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ContractPartyRole |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
String |
toCode(ContractPartyRole code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ContractPartyRole code)
Get the system URI for an enumerated value
|
public ContractPartyRoleEnumFactory()
public ContractPartyRole fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ContractPartyRole>fromCode in interface EnumFactory<ContractPartyRole>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic String toCode(ContractPartyRole code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ContractPartyRole>toCode in interface EnumFactory<ContractPartyRole>code - - the enumeration valuepublic String toSystem(ContractPartyRole code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<ContractPartyRole>toSystem in interface EnumFactory<ContractPartyRole>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.