object ExtendedRouteType extends IntEnum[ExtendedRouteType] with CsvIntEnum[ExtendedRouteType]

Linear Supertypes
CsvIntEnum[ExtendedRouteType], IntEnum[ExtendedRouteType], ValueEnum[Int, ExtendedRouteType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtendedRouteType
  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[ExtendedRouteType]
    Definition Classes
    CsvIntEnum
  6. implicit val cellEncoder: CellEncoder[ExtendedRouteType]
    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[ExtendedRouteType]
    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[ExtendedRouteType]
    Definition Classes
    ExtendedRouteType → ValueEnum
  20. final lazy val valuesToEntriesMap: Map[Int, ExtendedRouteType]
    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): ExtendedRouteType
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  25. def withValueEither(i: Int): Either[NoSuchMember[Int, ValueEnumEntry[Int]], ExtendedRouteType]
    Definition Classes
    ValueEnum
  26. def withValueOpt(i: Int): Option[ExtendedRouteType]
    Definition Classes
    ValueEnum
  27. case object AdditionalRailService extends ExtendedRouteType with Product with Serializable
  28. case object AllBusServices extends ExtendedRouteType with Product with Serializable
  29. case object AllCoachServices extends ExtendedRouteType with Product with Serializable
  30. case object AllRailServices extends ExtendedRouteType with Product with Serializable
  31. case object AllTaxiServices extends ExtendedRouteType with Product with Serializable
  32. case object AllTranServices extends ExtendedRouteType with Product with Serializable
  33. case object AllUrbanRailwayServices extends ExtendedRouteType with Product with Serializable
  34. case object BikeTaxiService extends ExtendedRouteType with Product with Serializable
  35. case object CarTransportRailService extends ExtendedRouteType with Product with Serializable
  36. case object CityTramService extends ExtendedRouteType with Product with Serializable
  37. case object CommunalTaxiService extends ExtendedRouteType with Product with Serializable
  38. case object CommuterCoachService extends ExtendedRouteType with Product with Serializable
  39. case object CrossCountryRailService extends ExtendedRouteType with Product with Serializable
  40. case object DemandAndResponseBusService extends ExtendedRouteType with Product with Serializable
  41. case object ExpressBusService extends ExtendedRouteType with Product with Serializable
  42. case object HighSpeedRailService extends ExtendedRouteType with Product with Serializable
  43. case object HorseDrawnCarriage extends ExtendedRouteType with Product with Serializable
  44. case object InterRegionalRailService extends ExtendedRouteType with Product with Serializable
  45. case object InternationalCoachService extends ExtendedRouteType with Product with Serializable
  46. case object LicensedTaxiService extends ExtendedRouteType with Product with Serializable
  47. case object LocalBusService extends ExtendedRouteType with Product with Serializable
  48. case object LocalTramService extends ExtendedRouteType with Product with Serializable
  49. case object LongDistanceTrains extends ExtendedRouteType with Product with Serializable
  50. case object LorryTransportRailService extends ExtendedRouteType with Product with Serializable
  51. case object MetroService extends ExtendedRouteType with Product with Serializable
  52. case object MiscellaneousService extends ExtendedRouteType with Product with Serializable
  53. case object MobilityBusForRegisteredDisabled extends ExtendedRouteType with Product with Serializable
  54. case object MobilityBusService extends ExtendedRouteType with Product with Serializable
  55. case object Monorail extends ExtendedRouteType with Product with Serializable
  56. case object NationalCoachService extends ExtendedRouteType with Product with Serializable
  57. case object NightBusService extends ExtendedRouteType with Product with Serializable
  58. case object PostBusService extends ExtendedRouteType with Product with Serializable
  59. case object PrivateHireServiceVehicle extends ExtendedRouteType with Product with Serializable
  60. case object RackAndPinionRailway extends ExtendedRouteType with Product with Serializable
  61. case object RailReplacementBusService extends ExtendedRouteType with Product with Serializable
  62. case object RailShuttle extends ExtendedRouteType with Product with Serializable
  63. case object RailTaxiService extends ExtendedRouteType with Product with Serializable
  64. case object RegionalBusService extends ExtendedRouteType with Product with Serializable
  65. case object RegionalCoachService extends ExtendedRouteType with Product with Serializable
  66. case object RegionalRailService extends ExtendedRouteType with Product with Serializable
  67. case object RegionalTramService extends ExtendedRouteType with Product with Serializable
  68. case object ReplacementRailService extends ExtendedRouteType with Product with Serializable
  69. case object SchoolAndPublicServiceBus extends ExtendedRouteType with Product with Serializable
  70. case object SchoolBus extends ExtendedRouteType with Product with Serializable
  71. case object ShuttleBus extends ExtendedRouteType with Product with Serializable
  72. case object ShuttleCoachService extends ExtendedRouteType with Product with Serializable
  73. case object ShuttleTramService extends ExtendedRouteType with Product with Serializable
  74. case object SightseeingBus extends ExtendedRouteType with Product with Serializable
  75. case object SightseeingCoachService extends ExtendedRouteType with Product with Serializable
  76. case object SightseeingTramService extends ExtendedRouteType with Product with Serializable
  77. case object SleeperRailService extends ExtendedRouteType with Product with Serializable
  78. case object SomeAerialLiftService extends ExtendedRouteType with Product with Serializable
  79. case object SomeAirTransportService extends ExtendedRouteType with Product with Serializable
  80. case object SomeBusService extends ExtendedRouteType with Product with Serializable
  81. case object SomeCoachService extends ExtendedRouteType with Product with Serializable
  82. case object SomeFerryService extends ExtendedRouteType with Product with Serializable
  83. case object SomeFunicularService extends ExtendedRouteType with Product with Serializable
  84. case object SomeRailwayService extends ExtendedRouteType with Product with Serializable
  85. case object SomeTaxiService extends ExtendedRouteType with Product with Serializable
  86. case object SomeTramService extends ExtendedRouteType with Product with Serializable
  87. case object SomeTrolleybusService extends ExtendedRouteType with Product with Serializable
  88. case object SomeUrbanRailwayService extends ExtendedRouteType with Product with Serializable
  89. case object SomeWaterTransportService extends ExtendedRouteType with Product with Serializable
  90. case object SpecialCoachService extends ExtendedRouteType with Product with Serializable
  91. case object SpecialNeedsBus extends ExtendedRouteType with Product with Serializable
  92. case object SpecialRailService extends ExtendedRouteType with Product with Serializable
  93. case object StoppingBusService extends ExtendedRouteType with Product with Serializable
  94. case object SuburbanRailway extends ExtendedRouteType with Product with Serializable
  95. case object TouristCoachService extends ExtendedRouteType with Product with Serializable
  96. case object TouristRailwayService extends ExtendedRouteType with Product with Serializable
  97. case object UndergroundService extends ExtendedRouteType with Product with Serializable
  98. case object UrbanRailwayService extends ExtendedRouteType with Product with Serializable
  99. case object VehicleTransportRailService extends ExtendedRouteType with Product with Serializable
  100. case object WaterTaxiService extends ExtendedRouteType 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 IntEnum[ExtendedRouteType]

Inherited from ValueEnum[Int, ExtendedRouteType]

Inherited from AnyRef

Inherited from Any

Ungrouped