Class Weather.WindDisplayType
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.Weather.WindDisplayType
-
- Enclosing class:
- Weather
public static class Weather.WindDisplayType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WindDisplayType()
-
-
-
Field Detail
-
ARROW
public static final int ARROW
- See Also:
- Constant Field Values
-
BEAUFORT
public static final int BEAUFORT
- See Also:
- Constant Field Values
-
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
-
-