com.google.gdata.model.gd
Class Where.Rel

java.lang.Object
  extended by com.google.gdata.model.gd.Where.Rel
Enclosing class:
Where

public static final class Where.Rel
extends java.lang.Object

Meaning of this location.


Field Summary
static java.lang.String EVENT
          Place where the enclosing event occurs.
static java.lang.String EVENT_ALTERNATE
          Secondary location.
static java.lang.String EVENT_PARKING
          Nearby parking lot.
 
Method Summary
static java.lang.String[] values()
          Returns an array of all values defined in this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EVENT

public static final java.lang.String EVENT
Place where the enclosing event occurs.

See Also:
Constant Field Values

EVENT_ALTERNATE

public static final java.lang.String EVENT_ALTERNATE
Secondary location.

See Also:
Constant Field Values

EVENT_PARKING

public static final java.lang.String EVENT_PARKING
Nearby parking lot.

See Also:
Constant Field Values
Method Detail

values

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