public enum WiperStatus extends Enum<WiperStatus>
GetVehicleData,
OnVehicleData| Enum Constant and Description |
|---|
AUTO_ADJUST
This is set as the user moves between possible automatic wiper speeds.
|
AUTO_HIGH
The wipers are automatically set to high speed.
|
AUTO_LOW
The wipers are automatically set to low speed.
|
AUTO_OFF
The wipers are automatically off after detecting the wipers do not need to be engaged (rain stopped, etc.).
|
COURTESYWIPE
This is for when a user has just initiated a WASH and several seconds later a secondary wipe is automatically initiated to clear remaining fluid
|
MAN_FLICK
The wipers are manually set for doing a flick.
|
MAN_HIGH
The wipers are manually set to high speed.
|
MAN_INT_OFF
The wipers are manually off after having been working.
|
MAN_INT_ON
The wipers are manually on.
|
MAN_LOW
The wipers are manually set to low speed.
|
NO_DATA_EXISTS
The sensor / module cannot provide any information for wiper.
|
OFF
The wipers are off.
|
OFF_MOVING
Means that though set to off, somehow the wipers have been engaged (physically moved enough to engage a wiping motion).
|
STALLED
The wiper is stalled to its place.
|
WASH
The wipers are set to use the water from vehicle washer bottle for cleaning the windscreen.
|
| Modifier and Type | Method and Description |
|---|---|
static WiperStatus |
valueForString(String value)
Convert String to WiperStatus
|
static WiperStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WiperStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WiperStatus OFF
public static final WiperStatus AUTO_OFF
public static final WiperStatus OFF_MOVING
public static final WiperStatus MAN_INT_OFF
public static final WiperStatus MAN_INT_ON
public static final WiperStatus MAN_LOW
public static final WiperStatus MAN_HIGH
public static final WiperStatus MAN_FLICK
public static final WiperStatus WASH
public static final WiperStatus AUTO_LOW
public static final WiperStatus AUTO_HIGH
public static final WiperStatus COURTESYWIPE
public static final WiperStatus AUTO_ADJUST
public static final WiperStatus STALLED
public static final WiperStatus NO_DATA_EXISTS
public static WiperStatus[] values()
for (WiperStatus c : WiperStatus.values()) System.out.println(c);
public static WiperStatus 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 nullpublic static WiperStatus valueForString(String value)
value - String