public static class Composition.SectionModeEnumFactory extends Object implements EnumFactory<Composition.SectionMode>
| Constructor and Description |
|---|
SectionModeEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
Composition.SectionMode |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<Composition.SectionMode> |
fromType(Base code) |
String |
toCode(Composition.SectionMode code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(Composition.SectionMode code)
Get the XML/JSON representation for an enumerated value
|
public SectionModeEnumFactory()
public Composition.SectionMode fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<Composition.SectionMode>fromCode in interface IBaseEnumFactory<Composition.SectionMode>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Composition.SectionMode> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(Composition.SectionMode code)
EnumFactorytoCode in interface EnumFactory<Composition.SectionMode>toCode in interface IBaseEnumFactory<Composition.SectionMode>code - - the enumeration valuepublic String toSystem(Composition.SectionMode code)
EnumFactorytoSystem in interface EnumFactory<Composition.SectionMode>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.