TollOptions.EmissionType (API Reference)
Package com.here.sdk.routing
Enum Class TollOptions.EmissionType
- All Implemented Interfaces:
Serializable,Comparable<TollOptions.EmissionType>,Constable
- Enclosing class:
- TollOptions
Supported options of emission type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic TollOptions.EmissionTypeReturns the enum constant of this class with the specified name.static TollOptions.EmissionType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EURO1
toll emission type; euro1
-
EURO2
toll emission type; euro2
-
EURO3
toll emission type; euro3
-
EURO4
toll emission type; euro4
-
EURO5
toll emission type; euro5
-
EURO6
toll emission type; euro6
-
EURO_EEV
toll emission type; euroEev
-
-
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
-