Uses of Enum Class
com.cta4j.bus.prediction.model.FlagStop
Packages that use FlagStop
-
Uses of FlagStop in com.cta4j.bus.prediction.model
Methods in com.cta4j.bus.prediction.model that return FlagStopModifier and TypeMethodDescriptionPredictionMetadata.flagStop()Returns the value of theflagStoprecord component.static FlagStopFlagStop.fromCode(int code) Returns theFlagStopcorresponding to the given code.static FlagStopReturns the enum constant of this class with the specified name.static FlagStop[]FlagStop.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 FlagStopModifierConstructorDescriptionPredictionMetadata(Instant timestamp, DynamicAction dynamicAction, String blockId, String tripId, String originalTripNumber, @Nullable String countdownLabel, String zone, PassengerLoad passengerLoad, @Nullable Integer gtfsSequence, @Nullable String nextBus, @Nullable Integer scheduledStartSeconds, @Nullable LocalDate scheduledStartDate, FlagStop flagStop) Constructs aPredictionMetadata.