Uses of Enum Class
com.cta4j.train.model.Route
Packages that use Route
-
Uses of Route in com.cta4j.train.model
Methods in com.cta4j.train.model that return RouteModifier and TypeMethodDescriptionStationArrival.route()Returns the value of therouterecord component.UpcomingTrainArrival.route()Returns the value of therouterecord component.static RouteReturns the enum constant of this class with the specified name.static Route[]Route.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cta4j.train.model with parameters of type RouteModifierConstructorDescriptionStationArrival(String stationId, String stopId, String stationName, String stopDescription, String run, Route route, String destinationStopId, String destinationName, Integer direction, Instant predictionTime, Instant arrivalTime, Boolean approaching, Boolean scheduled, Boolean delayed, Boolean faulted, String flags, BigDecimal latitude, BigDecimal longitude, Integer heading) Creates an instance of aStationArrivalrecord class.UpcomingTrainArrival(String stationId, String stopId, String stationName, String stopDescription, String run, Route route, String destinationStopId, String destinationName, Integer direction, Instant predictionTime, Instant arrivalTime, Boolean approaching, Boolean scheduled, Boolean delayed, Boolean faulted, String flags) Creates an instance of aUpcomingTrainArrivalrecord class.