Uses of Class
org.onebusaway.transit_data.model.StopGroupingBean

Packages that use StopGroupingBean
org.onebusaway.api.model.transit   
org.onebusaway.transit_data.model   
 

Uses of StopGroupingBean in org.onebusaway.api.model.transit
 

Methods in org.onebusaway.api.model.transit that return types with arguments of type StopGroupingBean
 List<StopGroupingBean> StopsForRouteV2Bean.getStopGroupings()
           
 

Methods in org.onebusaway.api.model.transit with parameters of type StopGroupingBean
 void StopsForRouteV2Bean.addGrouping(StopGroupingBean grouping)
           
 

Method parameters in org.onebusaway.api.model.transit with type arguments of type StopGroupingBean
 void StopsForRouteV2Bean.setStopGroupings(List<StopGroupingBean> groupings)
           
 

Uses of StopGroupingBean in org.onebusaway.transit_data.model
 

Methods in org.onebusaway.transit_data.model that return types with arguments of type StopGroupingBean
 List<StopGroupingBean> StopsForRouteBean.getStopGroupings()
           
 

Methods in org.onebusaway.transit_data.model with parameters of type StopGroupingBean
 void StopsForRouteBean.addGrouping(StopGroupingBean grouping)
           
 

Method parameters in org.onebusaway.transit_data.model with type arguments of type StopGroupingBean
 void StopsForRouteBean.setStopGroupings(List<StopGroupingBean> groupings)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.