Package apple.healthkit.enums
Class HKWeatherCondition
- java.lang.Object
-
- apple.healthkit.enums.HKWeatherCondition
-
public final class HKWeatherCondition extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBlusterystatic longClearstatic longCloudystatic longDrizzlestatic longDuststatic longFairstatic longFoggystatic longFreezingDrizzlestatic longFreezingRainstatic longHailstatic longHazestatic longHurricanestatic longMixedRainAndHailstatic longMixedRainAndSleetstatic longMixedRainAndSnowstatic longMixedSnowAndSleetstatic longMostlyCloudystatic longNonestatic longPartlyCloudystatic longScatteredShowersstatic longShowersstatic longSleetstatic longSmokystatic longSnowstatic longThunderstormsstatic longTornadostatic longTropicalStormstatic longWindy
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
Clear
public static final long Clear
- See Also:
- Constant Field Values
-
Fair
public static final long Fair
- See Also:
- Constant Field Values
-
PartlyCloudy
public static final long PartlyCloudy
- See Also:
- Constant Field Values
-
MostlyCloudy
public static final long MostlyCloudy
- See Also:
- Constant Field Values
-
Cloudy
public static final long Cloudy
- See Also:
- Constant Field Values
-
Foggy
public static final long Foggy
- See Also:
- Constant Field Values
-
Haze
public static final long Haze
- See Also:
- Constant Field Values
-
Windy
public static final long Windy
- See Also:
- Constant Field Values
-
Blustery
public static final long Blustery
- See Also:
- Constant Field Values
-
Smoky
public static final long Smoky
- See Also:
- Constant Field Values
-
Dust
public static final long Dust
- See Also:
- Constant Field Values
-
Snow
public static final long Snow
- See Also:
- Constant Field Values
-
Hail
public static final long Hail
- See Also:
- Constant Field Values
-
Sleet
public static final long Sleet
- See Also:
- Constant Field Values
-
FreezingDrizzle
public static final long FreezingDrizzle
- See Also:
- Constant Field Values
-
FreezingRain
public static final long FreezingRain
- See Also:
- Constant Field Values
-
MixedRainAndHail
public static final long MixedRainAndHail
- See Also:
- Constant Field Values
-
MixedRainAndSnow
public static final long MixedRainAndSnow
- See Also:
- Constant Field Values
-
MixedRainAndSleet
public static final long MixedRainAndSleet
- See Also:
- Constant Field Values
-
MixedSnowAndSleet
public static final long MixedSnowAndSleet
- See Also:
- Constant Field Values
-
Drizzle
public static final long Drizzle
- See Also:
- Constant Field Values
-
ScatteredShowers
public static final long ScatteredShowers
- See Also:
- Constant Field Values
-
Showers
public static final long Showers
- See Also:
- Constant Field Values
-
Thunderstorms
public static final long Thunderstorms
- See Also:
- Constant Field Values
-
TropicalStorm
public static final long TropicalStorm
- See Also:
- Constant Field Values
-
Hurricane
public static final long Hurricane
- See Also:
- Constant Field Values
-
Tornado
public static final long Tornado
- See Also:
- Constant Field Values
-
-