All Superinterfaces:
scala.Equals, scala.Product, Serializable, scala.Serializable
All Known Implementing Classes:
RailwayCrossing.Protected$, RailwayCrossing.Unprotected$, RailwayCrossing.Unrecognized, RailwayCrossing.Unspecified$

public interface RailwayCrossing extends scala.Product, scala.Serializable
Identifies the location of a Railway Crossing for map display and guidance to generate specific driver alerts when approaching a railway crossing.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    Railway crossing is protected with a barrier.
    static class 
    Railway crossing is NOT protected with a barrier.
    static class 
    Unrecognized value.
    static class 
     
    static class 
    Railway crossing is NOT specified.
  • 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()