org.onebusaway.gtfs.serialization.mappings
Class AgencyIdTranslationFieldMappingFactory
java.lang.Object
org.onebusaway.gtfs.serialization.mappings.AgencyIdTranslationFieldMappingFactory
- All Implemented Interfaces:
- org.onebusaway.csv_entities.schema.FieldMappingFactory
public class AgencyIdTranslationFieldMappingFactory
- extends java.lang.Object
- implements org.onebusaway.csv_entities.schema.FieldMappingFactory
|
Method Summary |
org.onebusaway.csv_entities.schema.FieldMapping |
createFieldMapping(org.onebusaway.csv_entities.schema.EntitySchemaFactory schemaFactory,
java.lang.Class<?> entityType,
java.lang.String csvFieldName,
java.lang.String objFieldName,
java.lang.Class<?> objFieldType,
boolean required)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AgencyIdTranslationFieldMappingFactory
public AgencyIdTranslationFieldMappingFactory()
createFieldMapping
public org.onebusaway.csv_entities.schema.FieldMapping createFieldMapping(org.onebusaway.csv_entities.schema.EntitySchemaFactory schemaFactory,
java.lang.Class<?> entityType,
java.lang.String csvFieldName,
java.lang.String objFieldName,
java.lang.Class<?> objFieldType,
boolean required)
- Specified by:
createFieldMapping in interface org.onebusaway.csv_entities.schema.FieldMappingFactory
Copyright © 2011 OneBusAway. All Rights Reserved.