public static enum OdVerkehrsDatenKurzZeitIntervall.Aspekte extends Enum<OdVerkehrsDatenKurzZeitIntervall.Aspekte> implements Aspekt
Enum Constant and Description |
---|
ExterneErfassung
Der Aspekt
asp.externeErfassung . |
MessWertErsetzung
Der Aspekt
asp.externeErfassung . |
PlausibilitaetsPruefungFormal
Der Aspekt
asp.externeErfassung . |
PlausibilitaetsPruefungLogisch
Der Aspekt
asp.externeErfassung . |
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()
Gibt den gekapselten Aspekt zurück.
|
String |
getName()
Gibt den Namen des Aspekts zurück.
|
static OdVerkehrsDatenKurzZeitIntervall.Aspekte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdVerkehrsDatenKurzZeitIntervall.Aspekte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdVerkehrsDatenKurzZeitIntervall.Aspekte ExterneErfassung
asp.externeErfassung
.public static final OdVerkehrsDatenKurzZeitIntervall.Aspekte MessWertErsetzung
asp.externeErfassung
.public static final OdVerkehrsDatenKurzZeitIntervall.Aspekte PlausibilitaetsPruefungFormal
asp.externeErfassung
.public static final OdVerkehrsDatenKurzZeitIntervall.Aspekte PlausibilitaetsPruefungLogisch
asp.externeErfassung
.private final de.bsvrz.dav.daf.main.config.Aspect aspekt
public static OdVerkehrsDatenKurzZeitIntervall.Aspekte[] values()
for (OdVerkehrsDatenKurzZeitIntervall.Aspekte c : OdVerkehrsDatenKurzZeitIntervall.Aspekte.values()) System.out.println(c);
public static OdVerkehrsDatenKurzZeitIntervall.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()
Aspekt
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.