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