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