org.onebusaway.transit_data.model.tripplanning
Class Modes

java.lang.Object
  extended by 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

Field Summary
static String TRANSIT
           
static String WALK
           
 
Constructor Summary
Modes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WALK

public static final String WALK
See Also:
Constant Field Values

TRANSIT

public static final String TRANSIT
See Also:
Constant Field Values
Constructor Detail

Modes

public Modes()


Copyright © 2012 OneBusAway. All Rights Reserved.