Uses of Enum Class
com.cta4j.bus.vehicle.model.TransitMode
Packages that use TransitMode
-
Uses of TransitMode in com.cta4j.bus.vehicle.model
Methods in com.cta4j.bus.vehicle.model that return TransitModeModifier and TypeMethodDescriptionstatic TransitModeTransitMode.fromCode(int code) Returns theTransitModecorresponding to the given code.VehicleMetadata.mode()Returns the value of themoderecord component.static TransitModeReturns the enum constant of this class with the specified name.static TransitMode[]TransitMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cta4j.bus.vehicle.model with parameters of type TransitModeModifierConstructorDescriptionVehicleMetadata(@Nullable String dataFeed, @Nullable Instant lastUpdated, String patternId, int distanceToPatternPoint, @Nullable Integer stopStatus, @Nullable Integer timepointId, @Nullable String stopId, @Nullable Integer sequence, @Nullable Integer gtfsSequence, @Nullable Instant serverTimestamp, @Nullable Integer speed, @Nullable Integer block, String blockId, String tripId, String originalTripNumber, String zone, TransitMode mode, PassengerLoad passengerLoad, @Nullable Integer scheduledStartSeconds, @Nullable LocalDate scheduledStartDate) Constructs aVehicleMetadata.