object SimpleRouteType extends IntEnum[SimpleRouteType] with CsvIntEnum[SimpleRouteType]

Linear Supertypes
CsvIntEnum[SimpleRouteType], IntEnum[SimpleRouteType], ValueEnum[Int, SimpleRouteType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleRouteType
  2. CsvIntEnum
  3. IntEnum
  4. ValueEnum
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit val cellDecoder: CellDecoder[SimpleRouteType]
    Definition Classes
    CsvIntEnum
  6. implicit val cellEncoder: CellEncoder[SimpleRouteType]
    Definition Classes
    CsvIntEnum
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. macro def findValues: IndexedSeq[SimpleRouteType]
    Attributes
    protected
    Definition Classes
    IntEnum
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. val values: IndexedSeq[SimpleRouteType]
    Definition Classes
    SimpleRouteType → ValueEnum
  20. final lazy val valuesToEntriesMap: Map[Int, SimpleRouteType]
    Definition Classes
    ValueEnum
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. def withValue(i: Int): SimpleRouteType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  25. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], SimpleRouteType]
    Definition Classes
    ValueEnum
  26. def withValueOpt(i: Int): Option[SimpleRouteType]
    Definition Classes
    ValueEnum
  27. case object AerialLift extends SimpleRouteType with Product with Serializable
  28. case object Bus extends SimpleRouteType with Product with Serializable
  29. case object CableTram extends SimpleRouteType with Product with Serializable
  30. case object Ferry extends SimpleRouteType with Product with Serializable
  31. case object Funicular extends SimpleRouteType with Product with Serializable
  32. case object Monorail extends SimpleRouteType with Product with Serializable
  33. case object Rail extends SimpleRouteType with Product with Serializable
  34. case object Subway extends SimpleRouteType with Product with Serializable
  35. case object Tram extends SimpleRouteType with Product with Serializable
  36. case object Trolleybus extends SimpleRouteType with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from CsvIntEnum[SimpleRouteType]

Inherited from IntEnum[SimpleRouteType]

Inherited from ValueEnum[Int, SimpleRouteType]

Inherited from AnyRef

Inherited from Any

Ungrouped