public static enum TestReport.TestReportActionResult extends Enum<TestReport.TestReportActionResult>
| Enum Constant and Description |
|---|
ERROR
The action encountered a fatal error and the engine was unable to process.
|
FAIL
The action failed.
|
NULL
added to help the parsers with the generic types
|
PASS
The action was successful.
|
SKIP
The action was skipped.
|
WARNING
The action passed but with warnings.
|
| Modifier and Type | Method and Description |
|---|---|
static TestReport.TestReportActionResult |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static TestReport.TestReportActionResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReport.TestReportActionResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestReport.TestReportActionResult PASS
public static final TestReport.TestReportActionResult SKIP
public static final TestReport.TestReportActionResult FAIL
public static final TestReport.TestReportActionResult WARNING
public static final TestReport.TestReportActionResult ERROR
public static final TestReport.TestReportActionResult NULL
public static TestReport.TestReportActionResult[] values()
for (TestReport.TestReportActionResult c : TestReport.TestReportActionResult.values()) System.out.println(c);
public static TestReport.TestReportActionResult valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static TestReport.TestReportActionResult fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.