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 XML/JSON representation for an enumerated value
|
public TestReportActionResultEnumFactory()
public TestReport.TestReportActionResult fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<TestReport.TestReportActionResult>fromCode in interface IBaseEnumFactory<TestReport.TestReportActionResult>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<TestReport.TestReportActionResult> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(TestReport.TestReportActionResult code)
EnumFactorytoCode in interface EnumFactory<TestReport.TestReportActionResult>toCode in interface IBaseEnumFactory<TestReport.TestReportActionResult>code - - the enumeration valuepublic String toSystem(TestReport.TestReportActionResult code)
EnumFactorytoSystem in interface EnumFactory<TestReport.TestReportActionResult>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.