Uses of Enum Class
com.cta4j.bus.model.BusPredictionType
Packages that use BusPredictionType
-
Uses of BusPredictionType in com.cta4j.bus.model
Methods in com.cta4j.bus.model that return BusPredictionTypeModifier and TypeMethodDescriptionStopArrival.predictionType()Returns the value of thepredictionTyperecord component.UpcomingBusArrival.predictionType()Returns the value of thepredictionTyperecord component.static BusPredictionTypeReturns the enum constant of this class with the specified name.static BusPredictionType[]BusPredictionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cta4j.bus.model with parameters of type BusPredictionTypeModifierConstructorDescriptionStopArrival(BusPredictionType predictionType, String stopName, String stopId, String vehicleId, BigInteger distanceToStop, String route, String routeDesignator, String routeDirection, String destination, Instant arrivalTime, Boolean delayed) Creates an instance of aStopArrivalrecord class.UpcomingBusArrival(BusPredictionType predictionType, String stopName, String stopId, String vehicleId, BigInteger distanceToStop, String route, String routeDesignator, String routeDirection, String destination, Instant arrivalTime, Boolean delayed) Creates an instance of aUpcomingBusArrivalrecord class.