public static enum OdPrognoseGanglinienAnfrage.Aspekte extends Enum<OdPrognoseGanglinienAnfrage.Aspekte> implements de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
Enum Constant and Description |
---|
Anfrage
Der Aspekt
asp.anfrage . |
Modifier and Type | Field and Description |
---|---|
private de.bsvrz.dav.daf.main.config.Aspect |
aspekt
Der Aspekt, den das enum kapselt.
|
Modifier and Type | Method and Description |
---|---|
de.bsvrz.dav.daf.main.config.Aspect |
getAspekt() |
String |
getName() |
static OdPrognoseGanglinienAnfrage.Aspekte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdPrognoseGanglinienAnfrage.Aspekte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdPrognoseGanglinienAnfrage.Aspekte Anfrage
asp.anfrage
.private final de.bsvrz.dav.daf.main.config.Aspect aspekt
public static OdPrognoseGanglinienAnfrage.Aspekte[] values()
for (OdPrognoseGanglinienAnfrage.Aspekte c : OdPrognoseGanglinienAnfrage.Aspekte.values()) System.out.println(c);
public static OdPrognoseGanglinienAnfrage.Aspekte valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- 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 String getName()
getName
in interface de.bsvrz.sys.funclib.bitctrl.modell.Aspekt
Aspekt.getName()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.