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