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