public interface YWeatherEntryModule extends YWeatherModule
URI| Modifier and Type | Method and Description |
|---|---|
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.
|
copyFrom, getInterfaceCondition getCondition()
void setCondition(Condition condition)
condition - The current conditions.Forecast[] getForecasts()
void setForecasts(Forecast[] forecasts)
forecasts - Forecasts for this location.Copyright © 2021. All rights reserved.