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 TypeMethodDescriptionLeg.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(Place from, Place to, OffsetDateTime startTime, OffsetDateTime endTime, LegMode mode, Duration duration, double distance, Route route, List<FareProductUse> fareProducts, OptionalDouble accessibilityScore) Creates an instance of aLegrecord class.