org.onebusaway.transit_data.model.tripplanning
Class Modes
java.lang.Object
org.onebusaway.transit_data.model.tripplanning.Modes
public class Modes
- extends Object
Why is this a string and not an enum? To allow for the future addition of new
modes without a recompile. These string keys are offered mostly for
convenience.
- Author:
- bdferris
Constructor Summary |
Modes()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WALK
public static final String WALK
- See Also:
- Constant Field Values
TRANSIT
public static final String TRANSIT
- See Also:
- Constant Field Values
Modes
public Modes()
Copyright © 2012 OneBusAway. All Rights Reserved.