public enum KursAnalyseTyp extends java.lang.Enum<KursAnalyseTyp>
Enum Constant and Description |
---|
OVERLAY_BAR
Overlay Balken Analysetyp
|
OVERLAY_LINE
Overlay Linie Analysetyp
|
SEPERATE_GRAPH
Eigenständiger Chart Analysetyp
|
Modifier and Type | Method and Description |
---|---|
static KursAnalyseTyp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KursAnalyseTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KursAnalyseTyp OVERLAY_LINE
public static final KursAnalyseTyp OVERLAY_BAR
public static final KursAnalyseTyp SEPERATE_GRAPH
public static KursAnalyseTyp[] values()
for (KursAnalyseTyp c : KursAnalyseTyp.values()) System.out.println(c);
public static KursAnalyseTyp 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