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