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