Package com.highmobility.autoapi
Enum Class DashboardLights.BulbFailures
- All Implemented Interfaces:
ByteEnum,Serializable,Comparable<DashboardLights.BulbFailures>,Constable
- Enclosing class:
- DashboardLights
public static enum DashboardLights.BulbFailures
extends Enum<DashboardLights.BulbFailures>
implements ByteEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAny day light running lightAny front fog lightAny rear fog lightAny high beamAny low beamAny position lightAny stop lightAny trailer stop lightAny trailer turn lightAny left trailer turn signalAny right trailer turn signalAny left turn signalAny right turn signal -
Method Summary
Modifier and TypeMethodDescriptionstatic DashboardLights.BulbFailuresfromByte(byte byteValue) bytegetByte()static DashboardLights.BulbFailuresReturns the enum constant of this class with the specified name.static DashboardLights.BulbFailures[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TURN_SIGNAL_LEFT
Any left turn signal -
TURN_SIGNAL_RIGHT
Any right turn signal -
LOW_BEAM
Any low beam -
LOW_BEAM_LEFT
-
LOW_BEAM_RIGHT
-
HIGH_BEAM
Any high beam -
HIGH_BEAM_LEFT
-
HIGH_BEAM_RIGHT
-
FOG_LIGHT_FRONT
Any front fog light -
FOG_LIGHT_REAR
Any rear fog light -
STOP
Any stop light -
POSITION
Any position light -
DAY_RUNNING
Any day light running light -
TRAILER_TURN
Any trailer turn light -
TRAILER_TURN_LEFT
Any left trailer turn signal -
TRAILER_TURN_RIGHT
Any right trailer turn signal -
TRAILER_STOP
Any trailer stop light -
TRAILER_ELECTRICAL_FAILURE
-
MULTIPLE
-
-
Method Details
-
values
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
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
-
fromByte
- Throws:
CommandParseException
-
getByte
public byte getByte()
-