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