| Package | Description |
|---|---|
| org.kepler.job |
| Modifier and Type | Field and Description |
|---|---|
JobStatusCode |
JobStatusInfo.statusCode |
| Modifier and Type | Field and Description |
|---|---|
java.util.HashMap<java.lang.String,JobStatusCode> |
TaskParallelJobStatusInfo.taskStatusCodes |
| Modifier and Type | Method and Description |
|---|---|
static JobStatusCode |
JobStatusCode.getFromString(java.lang.String str) |
static JobStatusCode |
JobStatusCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobStatusCode[] |
JobStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|