Class WeatherCodeContract.OpenWeatherContract
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherCodeContract.OpenWeatherContract
-
- Enclosing class:
- WeatherCodeContract
public static final class WeatherCodeContract.OpenWeatherContract extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBROKEN_CLOUDSstatic intCLEAR_SKYstatic intDRIZZLEstatic intEXTREME_RAINstatic intFEW_CLOUDSstatic intFOGstatic intFREEZING_RAINstatic intHEAVY_INTENSITY_DRIZZEstatic intHEAVY_INTENSITY_RAINstatic intHEAVY_INTENSITY_SHOWER_RAINstatic intHEAVY_SHOWER_SNOWstatic intHEAVY_SNOWstatic intLIGHT_INTENSITY_DRIZZLEstatic intLIGHT_INTENSITY_SHOWER_RAINstatic intLIGHT_RAINstatic intLIGHT_RAIN_AND_SNOWstatic intLIGHT_SHOWER_SNOWstatic intLIGHT_SNOWstatic intMODERATE_RAINstatic intOVERCAST_CLOUDSstatic intRAIN_AND_SNOWstatic intSCATTERED_CLOUDSstatic intSNOWstatic intTHUNDERSTORMstatic intUNKNOWN
-
Constructor Summary
Constructors Constructor Description OpenWeatherContract()
-
-
-
Field Detail
-
THUNDERSTORM
public static final int THUNDERSTORM
- See Also:
- Constant Field Values
-
FREEZING_RAIN
public static final int FREEZING_RAIN
- See Also:
- Constant Field Values
-
HEAVY_SHOWER_SNOW
public static final int HEAVY_SHOWER_SNOW
- See Also:
- Constant Field Values
-
LIGHT_SHOWER_SNOW
public static final int LIGHT_SHOWER_SNOW
- See Also:
- Constant Field Values
-
RAIN_AND_SNOW
public static final int RAIN_AND_SNOW
- See Also:
- Constant Field Values
-
LIGHT_RAIN_AND_SNOW
public static final int LIGHT_RAIN_AND_SNOW
- See Also:
- Constant Field Values
-
HEAVY_INTENSITY_SHOWER_RAIN
public static final int HEAVY_INTENSITY_SHOWER_RAIN
- See Also:
- Constant Field Values
-
EXTREME_RAIN
public static final int EXTREME_RAIN
- See Also:
- Constant Field Values
-
LIGHT_INTENSITY_SHOWER_RAIN
public static final int LIGHT_INTENSITY_SHOWER_RAIN
- See Also:
- Constant Field Values
-
HEAVY_SNOW
public static final int HEAVY_SNOW
- See Also:
- Constant Field Values
-
SNOW
public static final int SNOW
- See Also:
- Constant Field Values
-
LIGHT_SNOW
public static final int LIGHT_SNOW
- See Also:
- Constant Field Values
-
HEAVY_INTENSITY_DRIZZE
public static final int HEAVY_INTENSITY_DRIZZE
- See Also:
- Constant Field Values
-
DRIZZLE
public static final int DRIZZLE
- See Also:
- Constant Field Values
-
LIGHT_INTENSITY_DRIZZLE
public static final int LIGHT_INTENSITY_DRIZZLE
- See Also:
- Constant Field Values
-
HEAVY_INTENSITY_RAIN
public static final int HEAVY_INTENSITY_RAIN
- See Also:
- Constant Field Values
-
MODERATE_RAIN
public static final int MODERATE_RAIN
- See Also:
- Constant Field Values
-
LIGHT_RAIN
public static final int LIGHT_RAIN
- See Also:
- Constant Field Values
-
FOG
public static final int FOG
- See Also:
- Constant Field Values
-
OVERCAST_CLOUDS
public static final int OVERCAST_CLOUDS
- See Also:
- Constant Field Values
-
BROKEN_CLOUDS
public static final int BROKEN_CLOUDS
- See Also:
- Constant Field Values
-
SCATTERED_CLOUDS
public static final int SCATTERED_CLOUDS
- See Also:
- Constant Field Values
-
FEW_CLOUDS
public static final int FEW_CLOUDS
- See Also:
- Constant Field Values
-
CLEAR_SKY
public static final int CLEAR_SKY
- See Also:
- Constant Field Values
-
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
-
-