public static enum NetzInterface.ASBStationierungsRichtung extends 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(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(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 nullCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.