com.google.gdata.model.gd
Class EventStatus.Value

java.lang.Object
  extended by com.google.gdata.model.gd.EventStatus.Value
Enclosing class:
EventStatus

public static final class EventStatus.Value
extends java.lang.Object

Value.


Field Summary
static java.lang.String CANCELED
          The event has been canceled.
static java.lang.String CONFIRMED
          The event is planned.
static java.lang.String TENTATIVE
          The event is only tentatively scheduled.
 
Method Summary
static java.lang.String[] values()
          Returns an array of all values defined in this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CANCELED

public static final java.lang.String CANCELED
The event has been canceled.

See Also:
Constant Field Values

CONFIRMED

public static final java.lang.String CONFIRMED
The event is planned.

See Also:
Constant Field Values

TENTATIVE

public static final java.lang.String TENTATIVE
The event is only tentatively scheduled.

See Also:
Constant Field Values
Method Detail

values

public static java.lang.String[] values()
Returns an array of all values defined in this class.