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