public static final class

Where.Rel

extends Object
java.lang.Object
   ↳ com.google.gdata.model.gd.Where.Rel

Class Overview

Meaning of this location.

Summary

Constants
String EVENT Place where the enclosing event occurs.
String EVENT_ALTERNATE Secondary location.
String EVENT_PARKING Nearby parking lot.
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 EVENT

Place where the enclosing event occurs.

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

public static final String EVENT_ALTERNATE

Secondary location.

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

public static final String EVENT_PARKING

Nearby parking lot.

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

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.