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