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