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

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

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

Order type.


Field Summary
static java.lang.String COMESAFTER
          ComesAfter ordering.
static java.lang.String FIRST
          First ordering.
static java.lang.String LAST
          Last ordering.
 
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

COMESAFTER

public static final java.lang.String COMESAFTER
ComesAfter ordering.

See Also:
Constant Field Values

FIRST

public static final java.lang.String FIRST
First ordering.

See Also:
Constant Field Values

LAST

public static final java.lang.String LAST
Last ordering.

See Also:
Constant Field Values
Method Detail

values

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