public static enum NiederschlagIntensitaetStufe.NI_Stufe extends java.lang.Enum<NiederschlagIntensitaetStufe.NI_Stufe>
Enum Constant and Description |
---|
NI_STUFE0 |
NI_STUFE1 |
NI_STUFE2 |
NI_STUFE3 |
NI_STUFE4 |
NI_WERT_NV |
Modifier and Type | Method and Description |
---|---|
static NiederschlagIntensitaetStufe.NI_Stufe |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NiederschlagIntensitaetStufe.NI_Stufe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NiederschlagIntensitaetStufe.NI_Stufe NI_STUFE0
public static final NiederschlagIntensitaetStufe.NI_Stufe NI_STUFE1
public static final NiederschlagIntensitaetStufe.NI_Stufe NI_STUFE2
public static final NiederschlagIntensitaetStufe.NI_Stufe NI_STUFE3
public static final NiederschlagIntensitaetStufe.NI_Stufe NI_STUFE4
public static final NiederschlagIntensitaetStufe.NI_Stufe NI_WERT_NV
public static NiederschlagIntensitaetStufe.NI_Stufe[] values()
for (NiederschlagIntensitaetStufe.NI_Stufe c : NiederschlagIntensitaetStufe.NI_Stufe.values()) System.out.println(c);
public static NiederschlagIntensitaetStufe.NI_Stufe valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null