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