java.lang.Object
com.here.platform.location.integration.optimizedmap.navigationattributes.TmcDirection.Positive$
All Implemented Interfaces:
TmcDirection, Serializable, scala.Equals, scala.Product
Enclosing interface:
TmcDirection

public static class TmcDirection.Positive$ extends Object implements TmcDirection, scala.Product, Serializable
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.here.platform.location.integration.optimizedmap.navigationattributes.TmcDirection

    TmcDirection.Negative$, TmcDirection.Positive$
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Field Details

    • MODULE$

      public static final TmcDirection.Positive$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Positive$

      public Positive$()