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