public abstract class BaseWeather
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BaseWeather.WeatherUnit |
Constructor and Description |
---|
BaseWeather() |
Modifier and Type | Method and Description |
---|---|
BaseWeather.WeatherUnit |
getUnit() |
void |
setUnit(BaseWeather.WeatherUnit unit) |
public BaseWeather.WeatherUnit getUnit()
public void setUnit(BaseWeather.WeatherUnit unit)