Package de.tudresden.ws.container
Enum Class SumoVehicleSignalState
- All Implemented Interfaces:
SumoObject
,Serializable
,Comparable<SumoVehicleSignalState>
,Constable
Deprecated.
- Author:
- Mario Krumnow, Anja Liebscher
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
getPos()
Deprecated.static SumoVehicleSignalState
Deprecated.Returns the enum constant of this class with the specified name.static SumoVehicleSignalState[]
values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VEH_SIGNAL_BLINKER_RIGHT
Deprecated. -
VEH_SIGNAL_BLINKER_LEFT
Deprecated. -
VEH_SIGNAL_BLINKER_EMERGENCY
Deprecated. -
VEH_SIGNAL_BRAKELIGHT
Deprecated. -
VEH_SIGNAL_FRONTLIGHT
Deprecated. -
VEH_SIGNAL_FOGLIGHT
Deprecated. -
VEH_SIGNAL_HIGHBEAM
Deprecated. -
VEH_SIGNAL_BACKDRIVE
Deprecated. -
VEH_SIGNAL_WIPER
Deprecated. -
VEH_SIGNAL_DOOR_OPEN_LEFT
Deprecated. -
VEH_SIGNAL_DOOR_OPEN_RIGHT
Deprecated. -
VEH_SIGNAL_EMERGENCY_BLUE
Deprecated. -
VEH_SIGNAL_EMERGENCY_RED
Deprecated. -
VEH_SIGNAL_EMERGENCY_YELLOW
Deprecated.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getPos
public int getPos()Deprecated.
-
de.tudresden.sumo.objects
instead.