Uses of Enum Class
com.cta4j.model.bus.BusPredictionType
Packages that use BusPredictionType
-
Uses of BusPredictionType in com.cta4j.model.bus
Methods in com.cta4j.model.bus that return BusPredictionTypeModifier and TypeMethodDescriptionStopArrival.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.model.bus 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.