|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Weather.Columns
Columns for the Weather table.
Weather
Field Summary | |
---|---|
static String |
CITY_UID
The the unique UID of the city for which the weather is being fetched. |
static String |
DATE
The date of the weather forecast. |
static String |
DAY_CONDITION
The day time (after sunrise, before sunset) weather conditions code for the city. |
static String |
DAY_TEXT
The day time (after sunrise, before sunset) conditions descriptions. |
static String |
LATITUDE
The latitude of the city for which the weather is being fetched. |
static String |
LONGITUDE
The longitude of the city for which the weather is being fetched. |
static String |
NAME
The name of the city for which the weather is being fetched. |
static String |
NIGHT_CONDITION
The night time (after sunset, before sunrise) weather conditions code for the city. |
static String |
NIGHT_TEXT
The night time (after sunset, before sunrise) conditions descriptions. |
static String |
TEMP_HIGH
The forecasted high temperature. |
static String |
TEMP_LOW
The the forecasted low temperature. |
static String |
TIMEZONE
The time zone associated with the city for which the weather is being fetched. |
Field Detail |
---|
static final String CITY_UID
The the unique UID of the city for which the weather is being fetched.
static final String NAME
static final String TIMEZONE
static final String LATITUDE
static final String LONGITUDE
static final String NIGHT_CONDITION
static final String DAY_CONDITION
static final String DATE
static final String TEMP_LOW
static final String TEMP_HIGH
static final String NIGHT_TEXT
static final String DAY_TEXT
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |