Class WeatherSettings.UpdateType
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherSettings.UpdateType
-
- Enclosing class:
- WeatherSettings
public static final class WeatherSettings.UpdateType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
DATA_CLEARED
static int
NONE
static int
STATION
static int
VIEWS
-
Constructor Summary
Constructors Constructor Description UpdateType()
-
-
-
Field Detail
-
NONE
public static final int NONE
- See Also:
- Constant Field Values
-
VIEWS
public static final int VIEWS
- See Also:
- Constant Field Values
-
STATION
public static final int STATION
- See Also:
- Constant Field Values
-
DATA_CLEARED
public static final int DATA_CLEARED
- See Also:
- Constant Field Values
-
-