public static enum OdPrognoseGanglinienAntwort.Aspekte extends java.lang.Enum<OdPrognoseGanglinienAntwort.Aspekte> implements de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
Enum Constant and Description |
---|
Antwort
Der Aspekt
asp.antwort . |
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.config.Aspect |
getAspekt() |
java.lang.String |
getName() |
static OdPrognoseGanglinienAntwort.Aspekte |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OdPrognoseGanglinienAntwort.Aspekte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdPrognoseGanglinienAntwort.Aspekte Antwort
asp.antwort
.public static OdPrognoseGanglinienAntwort.Aspekte[] values()
for (OdPrognoseGanglinienAntwort.Aspekte c : OdPrognoseGanglinienAntwort.Aspekte.values()) System.out.println(c);
public static OdPrognoseGanglinienAntwort.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()
getAspekt
in interface de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
Aspekt.getAspekt()
public java.lang.String getName()
getName
in interface de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
Aspekt.getName()