public static enum OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte extends java.lang.Enum<OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte> implements Aspekt
Enum Constant and Description |
---|
PrognoseFlink
Der Aspekt
asp.prognoseFlink . |
PrognoseNormal
Der Aspekt
asp.prognoseNormal . |
PrognoseTraege
Der Aspekt
asp.prognoseNormal . |
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.config.Aspect |
getAspekt()
Gibt den gekapselten Aspekt zurück.
|
java.lang.String |
getName()
Gibt den Namen des Aspekts zurück.
|
static OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte PrognoseNormal
asp.prognoseNormal
.public static final OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte PrognoseFlink
asp.prognoseFlink
.public static final OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte PrognoseTraege
asp.prognoseNormal
.public static OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte[] values()
for (OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte c : OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte.values()) System.out.println(c);
public static OdVerkehrsDatenKurzZeitTrendExtraPolationMq.Aspekte 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 nullpublic de.bsvrz.dav.daf.main.config.Aspect getAspekt()
Aspekt