public enum FuelUpEventConfidences extends Enum<FuelUpEventConfidences>
| Enum Constant and Description |
|---|
DEVICE_FUEL_LEVEL_MATCHED_FUEL_TRANSACTION
Fuel level based "FuelUpEvent" matched to "FuelTransaction" based "FuelUpEvent" by datetime and device.
|
DEVICE_MATCHED_FUEL_TRANSACTION
"FuelTransaction" based "FuelUpEvent" that has a matched device.
|
DRIVER_MATCHED_FUEL_TRANSACTION
"FuelTransaction" based "FuelUpEvent" that has a matched driver.
|
ENGINE_ELECTRIC_ENERGY
The "Device" is reporting electric energy usage.
|
FUEL_LEVEL
Fuel level based "FuelUpEvent".
|
FUEL_LEVEL_INDETERMINATE
Fuel level based "FuelUpEvent" could not be determined as there is not enough data.
|
FUEL_TRANSACTION
The "FuelTransaction" based "FuelUpEvent".
|
FUEL_USED_INCONSISTENT
Fuel used inconsistent.
|
LOCATION_FUEL_LEVEL_MATCHED_FUEL_TRANSACTION
Fuel level based "FuelUpEvent" matched to "FuelTransaction" based "FuelUpEvent" where locations match.
|
LOCATION_MATCHED_FUEL_TRANSACTION
"FuelTransaction" based "FuelUpEvent" that has matched trip stop by location.
|
NONE
None.
|
NOT_COMMUNICATING
The "Device" was not communicating at the time of transaction.
|
TRIP_STOP
The "FuelUpEvent" that matched on trip stop date.
|
TRIP_STOP_FUEL_TRANSACTION
"FuelTransaction" based "FuelUpEvent" that has matched trip stop by date.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static FuelUpEventConfidences |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FuelUpEventConfidences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FuelUpEventConfidences NONE
public static final FuelUpEventConfidences FUEL_LEVEL
public static final FuelUpEventConfidences TRIP_STOP
public static final FuelUpEventConfidences FUEL_TRANSACTION
public static final FuelUpEventConfidences DEVICE_MATCHED_FUEL_TRANSACTION
public static final FuelUpEventConfidences LOCATION_MATCHED_FUEL_TRANSACTION
public static final FuelUpEventConfidences TRIP_STOP_FUEL_TRANSACTION
public static final FuelUpEventConfidences DEVICE_FUEL_LEVEL_MATCHED_FUEL_TRANSACTION
public static final FuelUpEventConfidences LOCATION_FUEL_LEVEL_MATCHED_FUEL_TRANSACTION
public static final FuelUpEventConfidences NOT_COMMUNICATING
public static final FuelUpEventConfidences FUEL_LEVEL_INDETERMINATE
public static final FuelUpEventConfidences DRIVER_MATCHED_FUEL_TRANSACTION
public static final FuelUpEventConfidences FUEL_USED_INCONSISTENT
public static final FuelUpEventConfidences ENGINE_ELECTRIC_ENERGY
public static FuelUpEventConfidences[] values()
for (FuelUpEventConfidences c : FuelUpEventConfidences.values()) System.out.println(c);
public static FuelUpEventConfidences 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 String getName()
Copyright © 2023. All rights reserved.