public class WeatherInfoCi extends Object
Modifier and Type | Method and Description |
---|---|
ExportableWeatherInfoCi |
export() |
String |
getPitch()
Returns the pitch weather
|
Integer |
getTemperatureCelsius()
Returns the temperature in degrees celsius or a null reference if the temperature is not known
|
String |
getWeatherConditions()
Returns the summary of the weather conditions or a null reference if the weather conditions are not known
|
String |
getWind()
Returns the wind conditions or a null reference if the wind status is not known
|
String |
getWindAdvantage()
Returns the wind advantage information or a null reference if the wind advantage is not known
|
public Integer getTemperatureCelsius()
public String getWind()
public String getWindAdvantage()
public String getPitch()
public String getWeatherConditions()
public ExportableWeatherInfoCi export()
Copyright © 2016–2025. All rights reserved.