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