Class TextForecasts.Type
- java.lang.Object
-
- de.kaffeemitkoffein.tinyweatherforecastgermany.TextForecasts.Type
-
- Enclosing class:
- TextForecasts
public static class TextForecasts.Type extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FEATURE
static int
KURZFRIST
static int
MARITIME_DEUTSCHE_NORD_UND_OSTSEE
static int
MARITIME_MITTELMEER
static int
MARITIME_NORD_UND_OSTSEE
static int
MARITIME_NORD_UND_OSTSEE_MITTELFRIST
static int
MARITIME_WARNING
static int
MITTELFRIST
-
Constructor Summary
Constructors Constructor Description Type()
-
-
-
Field Detail
-
FEATURE
public static final int FEATURE
- See Also:
- Constant Field Values
-
KURZFRIST
public static final int KURZFRIST
- See Also:
- Constant Field Values
-
MITTELFRIST
public static final int MITTELFRIST
- See Also:
- Constant Field Values
-
MARITIME_NORD_UND_OSTSEE
public static final int MARITIME_NORD_UND_OSTSEE
- See Also:
- Constant Field Values
-
MARITIME_DEUTSCHE_NORD_UND_OSTSEE
public static final int MARITIME_DEUTSCHE_NORD_UND_OSTSEE
- See Also:
- Constant Field Values
-
MARITIME_MITTELMEER
public static final int MARITIME_MITTELMEER
- See Also:
- Constant Field Values
-
MARITIME_NORD_UND_OSTSEE_MITTELFRIST
public static final int MARITIME_NORD_UND_OSTSEE_MITTELFRIST
- See Also:
- Constant Field Values
-
MARITIME_WARNING
public static final int MARITIME_WARNING
- See Also:
- Constant Field Values
-
-