public static final class

Metric.Type

extends Object
java.lang.Object
   ↳ com.google.gdata.data.analytics.Metric.Type

Class Overview

The format of data represented by the metric.

Summary

Constants
String CURRENCY Currency metric.
String FLOAT Float metric.
String INTEGER Integer metric.
String PERCENT Percent metric.
String TIME Time metric.
String US_CURRENCY Us currency metric.
Public Constructors
Metric.Type()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CURRENCY

Currency metric.

Constant Value: "currency"

public static final String FLOAT

Float metric.

Constant Value: "float"

public static final String INTEGER

Integer metric.

Constant Value: "integer"

public static final String PERCENT

Percent metric.

Constant Value: "percent"

public static final String TIME

Time metric.

Constant Value: "time"

public static final String US_CURRENCY

Us currency metric.

Constant Value: "us_currency"

Public Constructors

public Metric.Type ()