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