Class Weather.WindDisplayUnit
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.Weather.WindDisplayUnit
-
- Enclosing class:
- Weather
public static class Weather.WindDisplayUnit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
BEAUFORT
static int
KILOMETERS_PER_HOUR
static int
KNOTS
static int
METERS_PER_SECOND
-
Constructor Summary
Constructors Constructor Description WindDisplayUnit()
-
-
-
Field Detail
-
METERS_PER_SECOND
public static final int METERS_PER_SECOND
- See Also:
- Constant Field Values
-
KILOMETERS_PER_HOUR
public static final int KILOMETERS_PER_HOUR
- See Also:
- Constant Field Values
-
BEAUFORT
public static final int BEAUFORT
- See Also:
- Constant Field Values
-
KNOTS
public static final int KNOTS
- See Also:
- Constant Field Values
-
-