public static enum NetzInterface.ASBStationierungsRichtung extends java.lang.Enum<NetzInterface.ASBStationierungsRichtung>
Enum Constant and Description |
---|
GEGEN_STATIONIERUNGSRICHTUNG
ASB Abschnitt wird entgegen der Stationierungsrichtung betrachtet.
|
IN_STATIONIERUNGSRICHTUNG
ASB Abschnitt wird in Stationierungsrichtung betrachtet.
|
Modifier and Type | Method and Description |
---|---|
static NetzInterface.ASBStationierungsRichtung |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NetzInterface.ASBStationierungsRichtung[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetzInterface.ASBStationierungsRichtung IN_STATIONIERUNGSRICHTUNG
public static final NetzInterface.ASBStationierungsRichtung GEGEN_STATIONIERUNGSRICHTUNG
public static NetzInterface.ASBStationierungsRichtung[] values()
for (NetzInterface.ASBStationierungsRichtung c : NetzInterface.ASBStationierungsRichtung.values()) System.out.println(c);
public static NetzInterface.ASBStationierungsRichtung 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 null