Package | Description |
---|---|
com.survivingwithandroid.weather.lib | |
com.survivingwithandroid.weather.lib.util |
Modifier and Type | Field and Description |
---|---|
WeatherConfig.UNIT_SYSTEM |
WeatherConfig.unitSystem |
Modifier and Type | Method and Description |
---|---|
static WeatherConfig.UNIT_SYSTEM |
WeatherConfig.UNIT_SYSTEM.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WeatherConfig.UNIT_SYSTEM[] |
WeatherConfig.UNIT_SYSTEM.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BaseWeather.WeatherUnit |
WeatherUtility.createWeatherUnit(WeatherConfig.UNIT_SYSTEM unit) |
static boolean |
WeatherUtility.isMetric(WeatherConfig.UNIT_SYSTEM currentUnit) |