public static final class

Rating.Rel

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

Class Overview

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

Summary

Constants
String OVERALL Overall rating, higher values mean better ratings.
String PRICE Price rating, higher values mean better ratings.
String QUALITY Quality rating, higher values mean better ratings.
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 OVERALL

Overall rating, higher values mean better ratings.

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

public static final String PRICE

Price rating, higher values mean better ratings.

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

public static final String QUALITY

Quality rating, higher values mean better ratings.

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

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.