| Package | Description |
|---|---|
| com.toolsverse.etl.core.engine |
| Modifier and Type | Method and Description |
|---|---|
TaskResult.TaskResultCode |
TaskResult.getResult()
Gets the result.
|
static TaskResult.TaskResultCode |
TaskResult.TaskResultCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskResult.TaskResultCode[] |
TaskResult.TaskResultCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskResult.setResult(TaskResult.TaskResultCode value)
Sets the result.
|
| Constructor and Description |
|---|
TaskResult(TaskResult.TaskResultCode result)
Instantiates a new task result.
|
TaskResult(TaskResult.TaskResultCode result,
DataSet dataSet)
Instantiates a new task result.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.