Package com.here.sdk.transport
Enum Class VehicleType
- All Implemented Interfaces:
Serializable,Comparable<VehicleType>,Constable
Deprecated.
Defines the type of the vehicle.
Note: This is a beta release of this vehicle type, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases or even become unsupported, without a deprecation process.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Vehicle type is a bicycle.Deprecated.Vehicle type is a bus.Deprecated.Vehicle type is a car.Deprecated.Vehicle type is a motorcycle.Deprecated.Vehicle type is a private bus.Deprecated.Vehicle type is a scooter.Deprecated.Vehicle type is a truck. -
Method Summary
Modifier and TypeMethodDescriptionstatic VehicleTypeDeprecated.Returns the enum constant of this class with the specified name.static VehicleType[]values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CAR
Deprecated.Vehicle type is a car.
-
TRUCK
Deprecated.Vehicle type is a truck.
-
BICYCLE
Deprecated.Vehicle type is a bicycle.
-
BUS
Deprecated.Vehicle type is a bus.
-
MOTORCYCLE
Deprecated.Vehicle type is a motorcycle.
-
SCOOTER
Deprecated.Vehicle type is a scooter.
-
PRIVATE_BUS
Deprecated.Vehicle type is a private bus.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-
Will be removed in v4.28.0. Use
sdk.transport.TransportModeinstead.