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