|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.equanda.ymport.FieldMapAdapter
public abstract class FieldMapAdapter
Adapter for FieldMap objects. Only needs initialisation of static variables.
Constructor Summary | |
---|---|
FieldMapAdapter()
|
Method Summary | |
---|---|
FieldHandler |
getFieldHandler(DatabaseMap dbMap,
String name)
Get the FieldHandler for a specific field |
protected abstract HashMap<String,FieldHandler> |
getFieldsMap()
get fieldsMap for this class, to be overwritten |
protected abstract HashMap<String,String> |
getTablesMap()
get tablesMap for this class, to be overwritten |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldMapAdapter()
Method Detail |
---|
protected abstract HashMap<String,FieldHandler> getFieldsMap()
protected abstract HashMap<String,String> getTablesMap()
public FieldHandler getFieldHandler(DatabaseMap dbMap, String name) throws ImportHandlerException
getFieldHandler
in interface FieldMap
name
- name of the field
ImportHandlerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |