|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ArchiveStatus.Value>
com.google.gdata.data.docs.ArchiveStatus.Value
public static enum ArchiveStatus.Value
Value.
| Enum Constant Summary | |
|---|---|
ABORTED
Aborted archive status. |
|
ARCHIVING
Archiving archive status. |
|
EXPIRED
Expired archive status. |
|
FINISHED
Finished archive status. |
|
FLATTENING
Flattening archive status. |
|
QUEUED
Queued archive status. |
|
| Method Summary | |
|---|---|
static ArchiveStatus.Value |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ArchiveStatus.Value[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ArchiveStatus.Value ABORTED
public static final ArchiveStatus.Value ARCHIVING
public static final ArchiveStatus.Value EXPIRED
public static final ArchiveStatus.Value FINISHED
public static final ArchiveStatus.Value FLATTENING
public static final ArchiveStatus.Value QUEUED
| Method Detail |
|---|
public static ArchiveStatus.Value[] values()
for (ArchiveStatus.Value c : ArchiveStatus.Value.values()) System.out.println(c);
public static ArchiveStatus.Value 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 name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||