public static enum ApplyToSampleProgressInfo.Status extends java.lang.Enum<ApplyToSampleProgressInfo.Status>
Enum Constant and Description |
---|
APPLY_TRANSFORM_FAILURE |
APPLY_TRANSFORM_RUNNING |
APPLY_TRANSFORM_SUCCESS |
COMBINED |
COPY_FAILURE |
INGEST_FAILURE |
INGEST_RUNNING |
INGEST_SUCCESS |
LEFT_OVER_COMMIT |
NONE |
WAITING_ON_COPY |
Modifier and Type | Method and Description |
---|---|
static ApplyToSampleProgressInfo.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApplyToSampleProgressInfo.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplyToSampleProgressInfo.Status WAITING_ON_COPY
public static final ApplyToSampleProgressInfo.Status COPY_FAILURE
public static final ApplyToSampleProgressInfo.Status APPLY_TRANSFORM_RUNNING
public static final ApplyToSampleProgressInfo.Status APPLY_TRANSFORM_SUCCESS
public static final ApplyToSampleProgressInfo.Status APPLY_TRANSFORM_FAILURE
public static final ApplyToSampleProgressInfo.Status INGEST_RUNNING
public static final ApplyToSampleProgressInfo.Status INGEST_SUCCESS
public static final ApplyToSampleProgressInfo.Status INGEST_FAILURE
public static final ApplyToSampleProgressInfo.Status COMBINED
public static final ApplyToSampleProgressInfo.Status NONE
public static final ApplyToSampleProgressInfo.Status LEFT_OVER_COMMIT
public static ApplyToSampleProgressInfo.Status[] values()
for (ApplyToSampleProgressInfo.Status c : ApplyToSampleProgressInfo.Status.values()) System.out.println(c);
public static ApplyToSampleProgressInfo.Status 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 nullCopyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.