Uses of Enum Class
org.opentripplanner.client.model.RequestMode
Packages that use RequestMode
-
Uses of RequestMode in org.opentripplanner.client.model
Methods in org.opentripplanner.client.model that return RequestModeModifier and TypeMethodDescriptionstatic RequestModeReturns the enum constant of this class with the specified name.static RequestMode[]RequestMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RequestMode in org.opentripplanner.client.parameters
Methods in org.opentripplanner.client.parameters that return types with arguments of type RequestModeModifier and TypeMethodDescriptionTripPlanParameters.modes()Returns the value of themodesrecord component.Methods in org.opentripplanner.client.parameters with parameters of type RequestModeMethod parameters in org.opentripplanner.client.parameters with type arguments of type RequestModeConstructor parameters in org.opentripplanner.client.parameters with type arguments of type RequestModeModifierConstructorDescriptionTripPlanParameters(Coordinate from, Coordinate to, LocalDateTime time, int numItineraries, Set<RequestMode> modes, TripPlanParameters.SearchDirection searchDirection, float walkReluctance, boolean wheelchair) Creates an instance of aTripPlanParametersrecord class.