All Superinterfaces:
scala.Equals, scala.Product, Serializable, scala.Serializable
All Known Implementing Classes:
RoadDivider.Legal$, RoadDivider.Physical$, RoadDivider.Unrecognized

public interface RoadDivider extends scala.Product, scala.Serializable
A physical structure or painted road marking intended to legally prohibit left turns in right-side driving countries, right turns in left-side driving countries, and U-turns at divided intersections or in the middle of divided segments.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    A painted line that prohibits turns by statute only.
    static class 
    A physical divider preventing specific manoeuvres.
    static class 
    Unrecognized value.
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productIterator, productPrefix
  • Method Details

    • value

      int value()