Enum Class JunctionsTraversability

java.lang.Object
java.lang.Enum<JunctionsTraversability>
com.here.sdk.traffic.JunctionsTraversability
All Implemented Interfaces:
Serializable, Comparable<JunctionsTraversability>, Constable

public enum JunctionsTraversability extends Enum<JunctionsTraversability>

Junctions traversability of some traffic incident or flow section.

  • Enum Constant Details

    • ALL_OPEN

      public static final JunctionsTraversability ALL_OPEN

      All junctions are open.

    • ALL_CLOSED

      public static final JunctionsTraversability ALL_CLOSED

      All junctions are closed.

    • INTERMEDIATE_CLOSED_EDGE_OPEN

      public static final JunctionsTraversability INTERMEDIATE_CLOSED_EDGE_OPEN

      Junctions at the beginning and end of the roadway are open, intermediate junctions are closed.

    • START_OPEN_OTHERS_CLOSED

      public static final JunctionsTraversability START_OPEN_OTHERS_CLOSED

      First edge junction is open, all others are closed.

    • END_OPEN_OTHERS_CLOSED

      public static final JunctionsTraversability END_OPEN_OTHERS_CLOSED

      First edge junction is open, all others are closed.

  • Method Details

    • values

      public static JunctionsTraversability[] 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

      public static JunctionsTraversability valueOf(String name)
      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 name
      NullPointerException - if the argument is null