public static final class

HealthCategory.Scheme

extends Object
java.lang.Object
   ↳ com.google.gdata.data.health.HealthCategory.Scheme

Class Overview

Scheme (domain).

Summary

Constants
String CCR_SCHEME Http://schemas google com/health/ccr health category.
String ITEM_SCHEME Http://schemas google com/health/item health category.
String KIND Kind health category.
Public Constructors
HealthCategory.Scheme()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CCR_SCHEME

Http://schemas google com/health/ccr health category.

Constant Value: "http://schemas.google.com/health/ccr"

public static final String ITEM_SCHEME

Http://schemas google com/health/item health category.

Constant Value: "http://schemas.google.com/health/item"

public static final String KIND

Kind health category.

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

Public Constructors

public HealthCategory.Scheme ()