|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<GwoStatus.Value>
com.google.gdata.data.analytics.GwoStatus.Value
public static enum GwoStatus.Value
Value.
Enum Constant Summary | |
---|---|
ARCHIVED
Archived experiment status. |
|
FINISHED
Finished experiment status. |
|
NEW
New experiment status. |
|
PAUSED
Paused experiment status. |
|
RUNNING
Running experiment status. |
Method Summary | |
---|---|
java.lang.String |
toValue()
Returns the value used in the XML. |
static GwoStatus.Value |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static GwoStatus.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 GwoStatus.Value ARCHIVED
public static final GwoStatus.Value FINISHED
public static final GwoStatus.Value NEW
public static final GwoStatus.Value PAUSED
public static final GwoStatus.Value RUNNING
Method Detail |
---|
public static GwoStatus.Value[] values()
for (GwoStatus.Value c : GwoStatus.Value.values()) System.out.println(c);
public static GwoStatus.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 nullpublic java.lang.String toValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |