public static enum ApplyToSampleProgressInfo.Status extends java.lang.Enum<ApplyToSampleProgressInfo.Status>
Enum Constant and Description |
---|
COMBINED |
FAILURE |
INGEST |
NONE |
OOZIE |
SUCCESS |
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 OOZIE
public static final ApplyToSampleProgressInfo.Status INGEST
public static final ApplyToSampleProgressInfo.Status SUCCESS
public static final ApplyToSampleProgressInfo.Status FAILURE
public static final ApplyToSampleProgressInfo.Status COMBINED
public static final ApplyToSampleProgressInfo.Status NONE
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.