org.equanda.ymport
Interface FieldMap
- All Known Implementing Classes:
- FieldMapAdapter
public interface FieldMap
Mapping object which allows you to get the FieldHandlers for a specific table
- Author:
- Joachim Van der Auwera
getFieldHandler
FieldHandler getFieldHandler(DatabaseMap dbMap,
String name)
throws ImportHandlerException
- Get the FieldHandler for a specific field
- Parameters:
name
- name of the field
- Returns:
- FieldHandler which handles setting this field in the ImportObjectValue
- Throws:
ImportHandlerException
- oops
Copyright © 2007-2009. All Rights Reserved.