Package de.tudresden.ws.container
Enum Class SumoVehicleSignalState
- All Implemented Interfaces:
- SumoObject,- Serializable,- Comparable<SumoVehicleSignalState>,- Constable
Deprecated.
- Author:
- Mario Krumnow, Anja Liebscher
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionintgetPos()Deprecated.static SumoVehicleSignalStateDeprecated.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_RIGHTDeprecated.
- 
VEH_SIGNAL_BLINKER_LEFTDeprecated.
- 
VEH_SIGNAL_BLINKER_EMERGENCYDeprecated.
- 
VEH_SIGNAL_BRAKELIGHTDeprecated.
- 
VEH_SIGNAL_FRONTLIGHTDeprecated.
- 
VEH_SIGNAL_FOGLIGHTDeprecated.
- 
VEH_SIGNAL_HIGHBEAMDeprecated.
- 
VEH_SIGNAL_BACKDRIVEDeprecated.
- 
VEH_SIGNAL_WIPERDeprecated.
- 
VEH_SIGNAL_DOOR_OPEN_LEFTDeprecated.
- 
VEH_SIGNAL_DOOR_OPEN_RIGHTDeprecated.
- 
VEH_SIGNAL_EMERGENCY_BLUEDeprecated.
- 
VEH_SIGNAL_EMERGENCY_REDDeprecated.
- 
VEH_SIGNAL_EMERGENCY_YELLOWDeprecated.
 
- 
- 
Method Details- 
valuesDeprecated.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
 
- 
valueOfDeprecated.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 name
- NullPointerException- if the argument is null
 
- 
getPospublic int getPos()Deprecated.
 
- 
de.tudresden.sumo.objectsinstead.