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