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