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