Uses of Enum Class
org.opentripplanner.client.model.LegMode
Packages that use LegMode
-
Uses of LegMode in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return LegModeModifier and TypeMethodDescriptionTripPlan.Leg.mode()Returns the value of themoderecord component.static LegModeReturns the enum constant of this class with the specified name.static LegMode[]LegMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opentripplanner.client.model with parameters of type LegModeModifierConstructorDescriptionLeg(TripPlan.Place from, TripPlan.Place to, java.time.OffsetDateTime startTime, java.time.OffsetDateTime endTime, LegMode mode, java.time.Duration duration, double distance, TripPlan.Route route, List<TripPlan.FareProductUse> fareProducts) Creates an instance of aLegrecord class.