Class WeatherLayer.UpdateMode
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherLayer.UpdateMode
-
- Enclosing class:
- WeatherLayer
public static class WeatherLayer.UpdateMode extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UpdateMode()
-
-
-
Field Detail
-
NEVER
public static final int NEVER
- See Also:
- Constant Field Values
-
UVI
public static final int UVI
- See Also:
- Constant Field Values
-
DAY
public static final int DAY
- See Also:
- Constant Field Values
-
POLLEN
public static final int POLLEN
- See Also:
- Constant Field Values
-
-