Class WeatherCodeContract.LineageOsWeatherContract
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherCodeContract.LineageOsWeatherContract
-
- Enclosing class:
- WeatherCodeContract
public static final class WeatherCodeContract.LineageOsWeatherContract extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BLUSTERY
static int
CLEAR_NIGHT
static int
CLOUDY
static int
COLD
static int
DRIZZLE
static int
FAIR_DAY
static int
FAIR_NIGHT
static int
FOGGY
static int
FREEZING_DRIZZLE
static int
FREEZING_RAIN
static int
HEAVY_SNOW
static int
HOT
static int
HURRICANE
static int
LIGHT_SNOW_SHOWERS
static int
MIXED_RAIN_AND_SNOW
static int
MOSTLY_CLOUDY_DAY
static int
MOSTLY_CLOUDY_NIGHT
static int
NOT_AVAILABLE
static int
PARTLY_CLOUDY
static int
PARTLY_CLOUDY_DAY
static int
PARTLY_CLOUDY_NIGHT
static int
SCATTERED_SHOWERS
static int
SCATTERED_SNOW_SHOWERS
static int
SHOWERS
static int
SNOW
static int
SNOW_FLURRIES
static int
SNOW_SHOWERS
static int
SUNNY
static int
THUNDERSTORMS
static int
WINDY
-
Constructor Summary
Constructors Constructor Description LineageOsWeatherContract()
-
-
-
Field Detail
-
BLUSTERY
public static final int BLUSTERY
- See Also:
- Constant Field Values
-
CLEAR_NIGHT
public static final int CLEAR_NIGHT
- See Also:
- Constant Field Values
-
CLOUDY
public static final int CLOUDY
- See Also:
- Constant Field Values
-
COLD
public static final int COLD
- See Also:
- Constant Field Values
-
DRIZZLE
public static final int DRIZZLE
- See Also:
- Constant Field Values
-
FAIR_DAY
public static final int FAIR_DAY
- See Also:
- Constant Field Values
-
FAIR_NIGHT
public static final int FAIR_NIGHT
- See Also:
- Constant Field Values
-
FREEZING_DRIZZLE
public static final int FREEZING_DRIZZLE
- See Also:
- Constant Field Values
-
FREEZING_RAIN
public static final int FREEZING_RAIN
- See Also:
- Constant Field Values
-
HEAVY_SNOW
public static final int HEAVY_SNOW
- See Also:
- Constant Field Values
-
HOT
public static final int HOT
- See Also:
- Constant Field Values
-
HURRICANE
public static final int HURRICANE
- See Also:
- Constant Field Values
-
LIGHT_SNOW_SHOWERS
public static final int LIGHT_SNOW_SHOWERS
- See Also:
- Constant Field Values
-
MIXED_RAIN_AND_SNOW
public static final int MIXED_RAIN_AND_SNOW
- See Also:
- Constant Field Values
-
MOSTLY_CLOUDY_DAY
public static final int MOSTLY_CLOUDY_DAY
- See Also:
- Constant Field Values
-
MOSTLY_CLOUDY_NIGHT
public static final int MOSTLY_CLOUDY_NIGHT
- See Also:
- Constant Field Values
-
NOT_AVAILABLE
public static final int NOT_AVAILABLE
- See Also:
- Constant Field Values
-
PARTLY_CLOUDY_DAY
public static final int PARTLY_CLOUDY_DAY
- See Also:
- Constant Field Values
-
PARTLY_CLOUDY_NIGHT
public static final int PARTLY_CLOUDY_NIGHT
- See Also:
- Constant Field Values
-
SCATTERED_SHOWERS
public static final int SCATTERED_SHOWERS
- See Also:
- Constant Field Values
-
SCATTERED_SNOW_SHOWERS
public static final int SCATTERED_SNOW_SHOWERS
- See Also:
- Constant Field Values
-
SHOWERS
public static final int SHOWERS
- See Also:
- Constant Field Values
-
SNOW
public static final int SNOW
- See Also:
- Constant Field Values
-
SNOW_FLURRIES
public static final int SNOW_FLURRIES
- See Also:
- Constant Field Values
-
SNOW_SHOWERS
public static final int SNOW_SHOWERS
- See Also:
- Constant Field Values
-
SUNNY
public static final int SUNNY
- See Also:
- Constant Field Values
-
WINDY
public static final int WINDY
- See Also:
- Constant Field Values
-
THUNDERSTORMS
public static final int THUNDERSTORMS
- See Also:
- Constant Field Values
-
FOGGY
public static final int FOGGY
- See Also:
- Constant Field Values
-
PARTLY_CLOUDY
public static final int PARTLY_CLOUDY
- See Also:
- Constant Field Values
-
-