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