public class

WeatherConsts

extends Object
java.lang.Object
   ↳ com.htc.consts.WeatherConsts

Class Overview

Constants for Weather Content Provider

Summary

Nested Classes
enum WeatherConsts.LOCATION_COLUMN_NAME  
enum WeatherConsts.LOCATION_LIST_COLUMN_NAME  
enum WeatherConsts.SETTING_APP_NAME  
enum WeatherConsts.SETTING_COLUMN_NAME  
enum WeatherConsts.SETTING_KEY_NAME  
Constants
String AUTHORITY
String LANG_ENGLISH_UNITED_STATES
String LOCATION_LIST_PATH
String LOCATION_LIST_PATH_WITH_LANGUAGE
String LOCATION_PATH
int LOCATION_TYPE_CODE
int LOCATION_TYPE_CUSTOM
String SETTING_PATH
String TEMPERATURE_UNIT_CENTIGRADE
String TEMPERATURE_UNIT_FAHRENHEIT
Fields
public static final Uri CONTENT_URI
Public Constructors
WeatherConsts()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUTHORITY

Since: API Level 2.0

Constant Value: "com.htc.provider.weather"

public static final String LANG_ENGLISH_UNITED_STATES

Since: API Level 2.0

Constant Value: "0409WWE"

public static final String LOCATION_LIST_PATH

Since: API Level 2.0

Constant Value: "locationlist"

public static final String LOCATION_LIST_PATH_WITH_LANGUAGE

Since: API Level 2.0

Constant Value: "locationlist/lang"

public static final String LOCATION_PATH

Since: API Level 2.0

Constant Value: "location"

public static final int LOCATION_TYPE_CODE

Since: API Level 2.0

Constant Value: 1 (0x00000001)

public static final int LOCATION_TYPE_CUSTOM

Since: API Level 2.0

Constant Value: 2 (0x00000002)

public static final String SETTING_PATH

Since: API Level 2.0

Constant Value: "setting"

public static final String TEMPERATURE_UNIT_CENTIGRADE

Since: API Level 2.0

Constant Value: "c"

public static final String TEMPERATURE_UNIT_FAHRENHEIT

Since: API Level 2.0

Constant Value: "f"

Fields

public static final Uri CONTENT_URI

Since: API Level 2.0

Public Constructors

public WeatherConsts ()

Since: API Level 2.0