|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wimm.framework.provider.Weather.WeatherInfo
public static class Weather.WeatherInfo
This class represents a single day of weather information for a specific city.
"Day" here refers to the period after sunrise and before sunset.
"Night" here refers to the period after sunset and before sunrise.
Weather
Field Summary | |
---|---|
String |
cityName
The city name. |
long |
date
The date. |
int |
dayCondition
The day condition code. |
String |
dayText
The string that describe the Day Time weather conditions. |
int |
highTemp
The high temperature. |
long |
latitude
The latitude. |
long |
longitude
The longitude. |
int |
lowTemp
The low temperature. |
int |
nightCondition
The night condition code. |
String |
nightText
The string that describe the Night Time weather conditions. |
String |
timeZone
The time zone. |
String |
uid
A unique identifier for the city. |
Constructor Summary | |
---|---|
Weather.WeatherInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String cityName
public String timeZone
public long latitude
public long longitude
public int nightCondition
public int dayCondition
public long date
public int lowTemp
public int highTemp
public String dayText
public String nightText
public String uid
Constructor Detail |
---|
public Weather.WeatherInfo()
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |