public enum VehicleDataEventStatus extends Enum<VehicleDataEventStatus>
| Enum Constant and Description |
|---|
FAULT |
NO |
NO_EVENT
No event available
|
NOT_SUPPORTED
Vehicle data event is not support
|
YES |
| Modifier and Type | Method and Description |
|---|---|
static VehicleDataEventStatus |
valueForString(String value)
Convert String to VehicleDataEventStatus
|
static VehicleDataEventStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleDataEventStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VehicleDataEventStatus NO_EVENT
public static final VehicleDataEventStatus NO
public static final VehicleDataEventStatus YES
public static final VehicleDataEventStatus NOT_SUPPORTED
public static final VehicleDataEventStatus FAULT
public static VehicleDataEventStatus[] values()
for (VehicleDataEventStatus c : VehicleDataEventStatus.values()) System.out.println(c);
public static VehicleDataEventStatus 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 VehicleDataEventStatus valueForString(String value)
value - String