Package com.here.sdk.mapdata
Enum Class VehicleTypeCondition
- All Implemented Interfaces:
Serializable,Comparable<VehicleTypeCondition>,Constable
Type of commercial vehicle to which a regulation applies.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA-Double trailer configuration.AB-Triple trailer configuration.B-Double trailer configuration.B-Triple trailer configuration.Bus.C-Double trailer configuration.Charter bus for private hire.Drawbar trailer.Line bus for scheduled routes.Refrigerated semi-trailer.Regional line bus for regional routes.Rigid truck with dog trailer.Rigid truck.Semi-trailer.Semi-trailer including plant and car.Semi-trailer towing a dolly.Tractor with semi-trailer.Vehicle with trailer.Standard truck.Truck with pig trailer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VehicleTypeConditionReturns the enum constant of this class with the specified name.static VehicleTypeCondition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TRUCK
Standard truck.
-
TRAILER
Vehicle with trailer.
-
BUS
Bus.
-
LINE_BUS
Line bus for scheduled routes.
-
CHARTER_BUS
Charter bus for private hire.
-
REGIONAL_LINE_BUS
Regional line bus for regional routes.
-
TRACTOR_SEMI_TRAILER
Tractor with semi-trailer.
-
SEMI_TRAILER
Semi-trailer.
-
SEMI_TRAILER_INC_PLANT_AND_CAR
Semi-trailer including plant and car.
-
SEMI_TRAILER_TOWING_DOLLY
Semi-trailer towing a dolly.
-
REFRIGERATED_SEMI_TRAILER
Refrigerated semi-trailer.
-
A_DOUBLE
A-Double trailer configuration.
-
B_DOUBLE
B-Double trailer configuration.
-
C_DOUBLE
C-Double trailer configuration.
-
AB_TRIPLE
AB-Triple trailer configuration.
-
B_TRIPLE
B-Triple trailer configuration.
-
RIGID_TRUCK
Rigid truck.
-
RIGID_AND_DOG
Rigid truck with dog trailer.
-
TRUCK_AND_PIG
Truck with pig trailer.
-
DRAWBAR
Drawbar trailer.
-
-
Method Details
-
values
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
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
-