Uses of Interface
org.onebusaway.gtfs.csv.schema.EntityValidator

Packages that use EntityValidator
org.onebusaway.gtfs.csv.schema   
org.onebusaway.gtfs.csv.schema.beans   
org.onebusaway.gtfs.serialization.mappings   
 

Uses of EntityValidator in org.onebusaway.gtfs.csv.schema
 

Classes in org.onebusaway.gtfs.csv.schema that implement EntityValidator
 class AbstractEntityValidator
           
 

Methods in org.onebusaway.gtfs.csv.schema that return EntityValidator
 EntityValidator EntityValidatorFactory.createEntityValidator(EntitySchemaFactory schemaFactory)
           
 

Methods in org.onebusaway.gtfs.csv.schema that return types with arguments of type EntityValidator
 java.util.List<EntityValidator> EntitySchema.getValidators()
           
 

Methods in org.onebusaway.gtfs.csv.schema with parameters of type EntityValidator
 void EntitySchema.addValidator(EntityValidator entityValidator)
           
 

Uses of EntityValidator in org.onebusaway.gtfs.csv.schema.beans
 

Methods in org.onebusaway.gtfs.csv.schema.beans that return types with arguments of type EntityValidator
 java.util.List<EntityValidator> CsvEntityMappingBean.getValidators()
           
 

Methods in org.onebusaway.gtfs.csv.schema.beans with parameters of type EntityValidator
 void CsvEntityMappingBean.addValidator(EntityValidator validator)
           
 

Uses of EntityValidator in org.onebusaway.gtfs.serialization.mappings
 

Classes in org.onebusaway.gtfs.serialization.mappings that implement EntityValidator
 class RouteValidator
          Checks that a Route has either a Route.getShortName() or Route.getLongName() specified.
 



Copyright © 2011 OneBusAway. All Rights Reserved.