Uses of Enum Class
com.cta4j.bus.prediction.model.PredictionType
Packages that use PredictionType
-
Uses of PredictionType in com.cta4j.bus.prediction.model
Methods in com.cta4j.bus.prediction.model that return PredictionTypeModifier and TypeMethodDescriptionPrediction.predictionType()Returns the value of thepredictionTyperecord component.static PredictionTypeReturns the enum constant of this class with the specified name.static PredictionType[]PredictionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cta4j.bus.prediction.model with parameters of type PredictionTypeModifierConstructorDescriptionPrediction(PredictionType predictionType, String stopId, String stopName, String vehicleId, BigInteger distanceToStop, String route, String routeDesignator, String routeDirection, String destination, Instant arrivalTime, @Nullable Boolean delayed, PredictionMetadata metadata) Constructs aPrediction.