|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface YWeatherEntryModule
An interface describing the entry/item level data for Yahoo Weather.
| Field Summary |
|---|
| Fields inherited from interface org.rometools.feed.module.yahooweather.YWeatherModule |
|---|
URI |
| Method Summary | |
|---|---|
Condition |
getCondition()
The current conditions. |
Forecast[] |
getForecasts()
Forecasts for this location. |
void |
setCondition(Condition condition)
The current conditions. |
void |
setForecasts(Forecast[] forecasts)
Forecasts for this location. |
| Methods inherited from interface com.sun.syndication.feed.module.Module |
|---|
clone, getUri |
| Methods inherited from interface com.sun.syndication.feed.CopyFrom |
|---|
copyFrom, getInterface |
| Method Detail |
|---|
Condition getCondition()
void setCondition(Condition condition)
condition - The current conditions.Forecast[] getForecasts()
void setForecasts(Forecast[] forecasts)
forecasts - Forecasts for this location.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||