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

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

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

Programmatic value that describes the aspect that's being rated, if not specified, the rating is an overall rating.


Field Summary
static java.lang.String OVERALL
          Overall rating, higher values mean better ratings.
static java.lang.String PRICE
          Price rating, higher values mean better ratings.
static java.lang.String QUALITY
          Quality rating, higher values mean better ratings.
 
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

OVERALL

public static final java.lang.String OVERALL
Overall rating, higher values mean better ratings.

See Also:
Constant Field Values

PRICE

public static final java.lang.String PRICE
Price rating, higher values mean better ratings.

See Also:
Constant Field Values

QUALITY

public static final java.lang.String QUALITY
Quality rating, higher values mean better ratings.

See Also:
Constant Field Values
Method Detail

values

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