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