Interface WeatherInfo
- All Known Implementing Classes:
WeatherInfoImpl
public interface WeatherInfo
Defines methods implemented by classes representing weather conditions
-
Method Details
-
getPitch
String getPitch()Returns the pitch weather- Returns:
- - the pitch weather
-
getTemperature
Integer getTemperature()Returns the temperature in degrees Celsius- Returns:
- - the temperature in degrees Celsius or a null reference if the temperature is not known
-
getWeatherConditions
String getWeatherConditions()Returns the summary of the weather conditions- Returns:
- - the summary of the weather conditions or a null reference if the weather conditions are not known
-
getWind
String getWind()Returns the wind conditions- Returns:
- - the wind conditions or a null reference if the wind status is not known
-
getWindAdvantage
String getWindAdvantage()Returns the wind advantage information- Returns:
- - the wind advantage information or a null reference if the wind advantage is not known
-