public static enum NetzInterface.FahrtRichtung extends Enum<NetzInterface.FahrtRichtung>
Enum Constant and Description |
---|
GEGEN_RICHTUNG
Straße wird entgegen der Angaben durchfahren.
|
IN_RICHTUNG
Straße wird wie angegeben durchfahren.
|
Modifier and Type | Method and Description |
---|---|
static NetzInterface.FahrtRichtung |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetzInterface.FahrtRichtung[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetzInterface.FahrtRichtung IN_RICHTUNG
public static final NetzInterface.FahrtRichtung GEGEN_RICHTUNG
public static NetzInterface.FahrtRichtung[] values()
for (NetzInterface.FahrtRichtung c : NetzInterface.FahrtRichtung.values()) System.out.println(c);
public static NetzInterface.FahrtRichtung 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.