public static enum NaesseStufe.NS_Stufe extends java.lang.Enum<NaesseStufe.NS_Stufe> implements java.lang.Comparable<NaesseStufe.NS_Stufe>
Enum Constant and Description |
---|
NS_NASS1 |
NS_NASS2 |
NS_NASS3 |
NS_NASS4 |
NS_TROCKEN |
NS_WERT_NE |
Modifier and Type | Method and Description |
---|---|
static NaesseStufe.NS_Stufe |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NaesseStufe.NS_Stufe[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NaesseStufe.NS_Stufe NS_TROCKEN
public static final NaesseStufe.NS_Stufe NS_NASS1
public static final NaesseStufe.NS_Stufe NS_NASS2
public static final NaesseStufe.NS_Stufe NS_NASS3
public static final NaesseStufe.NS_Stufe NS_NASS4
public static final NaesseStufe.NS_Stufe NS_WERT_NE
public static NaesseStufe.NS_Stufe[] values()
for (NaesseStufe.NS_Stufe c : NaesseStufe.NS_Stufe.values()) System.out.println(c);
public static NaesseStufe.NS_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