public static enum CurateDataSetProgressInfo.CurateStatus extends java.lang.Enum<CurateDataSetProgressInfo.CurateStatus> implements EdpJobProgressInfo.EdpJobStatus
| Enum Constant and Description |
|---|
EDP_JOB_FAILURE |
EDP_JOB_RUNNING |
EDP_JOB_SUCCESS |
INGEST_FAILURE |
INGEST_RUNNING |
INGEST_SUCCESS |
WORKFLOW_INTERRUPTED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
failed() |
boolean |
running() |
static CurateDataSetProgressInfo.CurateStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CurateDataSetProgressInfo.CurateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CurateDataSetProgressInfo.CurateStatus EDP_JOB_RUNNING
public static final CurateDataSetProgressInfo.CurateStatus EDP_JOB_SUCCESS
public static final CurateDataSetProgressInfo.CurateStatus EDP_JOB_FAILURE
public static final CurateDataSetProgressInfo.CurateStatus INGEST_RUNNING
public static final CurateDataSetProgressInfo.CurateStatus INGEST_SUCCESS
public static final CurateDataSetProgressInfo.CurateStatus INGEST_FAILURE
public static final CurateDataSetProgressInfo.CurateStatus WORKFLOW_INTERRUPTED
public static CurateDataSetProgressInfo.CurateStatus[] values()
for (CurateDataSetProgressInfo.CurateStatus c : CurateDataSetProgressInfo.CurateStatus.values()) System.out.println(c);
public static CurateDataSetProgressInfo.CurateStatus valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean running()
running in interface EdpJobProgressInfo.EdpJobStatuspublic boolean failed()
failed in interface EdpJobProgressInfo.EdpJobStatusCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.