public static enum OdStoerfallZustand.Aspekte extends Enum<OdStoerfallZustand.Aspekte> implements Aspekt
Enum Constant and Description |
---|
StoerfallVerfahrenConstraint
Der Aspekt
asp.störfallVerfahrenConstraint . |
StoerfallVerfahrenFD
Der Aspekt
asp.störfallVerfahrenFD . |
StoerfallVerfahrenFuzzy
Der Aspekt
asp.störfallVerfahrenFuzzy . |
StoerfallVerfahrenMARZ
Der Aspekt
asp.störfallVerfahrenMARZ . |
StoerfallVerfahrenMOBINET
Der Aspekt
asp.störfallVerfahrenMOBINET . |
StoerfallVerfahrenNRW
Der Aspekt
asp.störfallVerfahrenNRW . |
StoerfallVerfahrenRDS
Der Aspekt
asp.störfallVerfahrenRDS . |
StoerfallVerfahrenStandard
Der Aspekt
asp.störfallVerfahrenStandard . |
StoerfallVerfahrenVKDiffKfz
Der Aspekt
asp.störfallVerfahrenVKDiffKfz . |
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 OdStoerfallZustand.Aspekte |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OdStoerfallZustand.Aspekte[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenStandard
asp.störfallVerfahrenStandard
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenMARZ
asp.störfallVerfahrenMARZ
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenNRW
asp.störfallVerfahrenNRW
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenRDS
asp.störfallVerfahrenRDS
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenFD
asp.störfallVerfahrenFD
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenVKDiffKfz
asp.störfallVerfahrenVKDiffKfz
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenConstraint
asp.störfallVerfahrenConstraint
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenFuzzy
asp.störfallVerfahrenFuzzy
.public static final OdStoerfallZustand.Aspekte StoerfallVerfahrenMOBINET
asp.störfallVerfahrenMOBINET
.private final de.bsvrz.dav.daf.main.config.Aspect aspekt
public static OdStoerfallZustand.Aspekte[] values()
for (OdStoerfallZustand.Aspekte c : OdStoerfallZustand.Aspekte.values()) System.out.println(c);
public static OdStoerfallZustand.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.