public static enum Job.OfflineArchiveState extends java.lang.Enum<Job.OfflineArchiveState>
Enum Constant and Description |
---|
DOWNLOAD |
IGNORE |
MAILED |
PENDING |
READY |
Modifier and Type | Method and Description |
---|---|
static Job.OfflineArchiveState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Job.OfflineArchiveState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Job.OfflineArchiveState IGNORE
public static final Job.OfflineArchiveState PENDING
public static final Job.OfflineArchiveState DOWNLOAD
public static final Job.OfflineArchiveState READY
public static final Job.OfflineArchiveState MAILED
public static Job.OfflineArchiveState[] values()
for (Job.OfflineArchiveState c : Job.OfflineArchiveState.values()) System.out.println(c);
public static Job.OfflineArchiveState 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 null