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