public enum VehicleFeatureCategory extends Enum<VehicleFeatureCategory> implements HasName
| Enum Constant and Description |
|---|
GARMIN
Third-party Garmin device.
|
GARMIN_HOS
Garmin hours of service.
|
GEOTAB_DRIVE_HOS
Geotab Drive hours of service.
|
GO_ACTIVE
Active tracking.
|
GO_TALK
External GoTalk device.
|
HOS
Legacy hours of service device.
|
IRIDIUM
Third-party Iridium device.
|
MOBILEYE
Third-party Mobileye device.
|
NFC
External NFC device.
|
OBD_ENABLED
OBD Alert setting enabled.
|
OBD_PRESENT
OBD Alert setting present.
|
SALT_SPREADER
Third-party salt spreader device.
|
UNKNOWN_DEVICE
An unknown device.
|
VALOR
Third-party Valor device.
|
WIFI
Third-party Valor device.
|
| Modifier and Type | Method and Description |
|---|---|
static VehicleFeatureCategory |
findOrDefault(String name) |
int |
getCode() |
String |
getName() |
static VehicleFeatureCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleFeatureCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VehicleFeatureCategory UNKNOWN_DEVICE
public static final VehicleFeatureCategory GARMIN
public static final VehicleFeatureCategory IRIDIUM
public static final VehicleFeatureCategory HOS
public static final VehicleFeatureCategory NFC
public static final VehicleFeatureCategory GO_TALK
public static final VehicleFeatureCategory MOBILEYE
public static final VehicleFeatureCategory VALOR
public static final VehicleFeatureCategory WIFI
public static final VehicleFeatureCategory SALT_SPREADER
public static final VehicleFeatureCategory GO_ACTIVE
public static final VehicleFeatureCategory OBD_PRESENT
public static final VehicleFeatureCategory OBD_ENABLED
public static final VehicleFeatureCategory GARMIN_HOS
public static final VehicleFeatureCategory GEOTAB_DRIVE_HOS
public static VehicleFeatureCategory[] values()
for (VehicleFeatureCategory c : VehicleFeatureCategory.values()) System.out.println(c);
public static VehicleFeatureCategory 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 int getCode()
public static VehicleFeatureCategory findOrDefault(String name)
Copyright © 2023. All rights reserved.