| Package | Description |
|---|---|
| org.apache.oozie.coord.input.logic |
| Modifier and Type | Method and Description |
|---|---|
CoordInputLogicEvaluatorResult.STATUS |
CoordInputLogicEvaluatorResult.getStatus() |
static CoordInputLogicEvaluatorResult.STATUS |
CoordInputLogicEvaluatorResult.STATUS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordInputLogicEvaluatorResult.STATUS[] |
CoordInputLogicEvaluatorResult.STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordInputLogicEvaluatorResult.setStatus(CoordInputLogicEvaluatorResult.STATUS status) |
| Constructor and Description |
|---|
CoordInputLogicEvaluatorResult(CoordInputLogicEvaluatorResult.STATUS status) |
CoordInputLogicEvaluatorResult(CoordInputLogicEvaluatorResult.STATUS status,
String dataSets) |
Copyright © 2016 Apache Software Foundation. All rights reserved.