public static final class

EventStatus.Value

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.EventStatus.Value

Class Overview

Value.

Summary

Constants
String CANCELED The event has been canceled.
String CONFIRMED The event is planned.
String TENTATIVE The event is only tentatively scheduled.
Fields
private static final String[] ALL_VALUES Array containing all available values.
Public Methods
static String[] values()
Returns an array of all values defined in this class.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CANCELED

The event has been canceled.

Constant Value: "http://schemas.google.com/g/2005#event.canceled"

public static final String CONFIRMED

The event is planned.

Constant Value: "http://schemas.google.com/g/2005#event.confirmed"

public static final String TENTATIVE

The event is only tentatively scheduled.

Constant Value: "http://schemas.google.com/g/2005#event.tentative"

Fields

private static final String[] ALL_VALUES

Array containing all available values.

Public Methods

public static String[] values ()

Returns an array of all values defined in this class.