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