Crosswalk.ClassificationStyle (API Reference)
Package com.here.sdk.venue.data
Enum Class Crosswalk.ClassificationStyle
- All Implemented Interfaces:
Serializable,Comparable<Crosswalk.ClassificationStyle>,Constable
- Enclosing class:
- Crosswalk
Available Classification styles.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionType of crosswalk consisting of dashed lines.Crosswalk type is other than zebra, solid, dashedType of crosswalk consisting of a solid rectangular filled block.Crosswalk type is not definedType of crosswalk consisting of slanting stripes for pedestrians to walk across the road. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Crosswalk.ClassificationStyle[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNDEFINED
Crosswalk type is not defined
-
OTHER
Crosswalk type is other than zebra, solid, dashed
-
ZEBRA
Type of crosswalk consisting of slanting stripes for pedestrians to walk across the road.
-
SOLID
Type of crosswalk consisting of a solid rectangular filled block.
-
DASHED
Type of crosswalk consisting of dashed lines.
-
-
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
-