cmu.survey.data
Interface TableFormat.TableFormatAndDoMore

All Superinterfaces:
TableFormat
All Known Implementing Classes:
TableFormat.TableFormatStubAndDoMoreAddRow
Enclosing interface:
TableFormat

public static interface TableFormat.TableFormatAndDoMore
extends TableFormat


Nested Class Summary
 
Nested classes/interfaces inherited from interface cmu.survey.data.TableFormat
TableFormat.ColumnFormat, TableFormat.ColumnFormatKnowHowToCreate, TableFormat.ColumnFormatRenamed, TableFormat.ColumnFormatStub, TableFormat.TableFormatAndDoMore, TableFormat.TableFormatStub, TableFormat.TableFormatStubAndDoMoreAddRow
 
Method Summary
 boolean doAfterInstall(DataTableModel dataTableModel)
           
 
Methods inherited from interface cmu.survey.data.TableFormat
getColumn, getColumns, getDefaultData, getName, getPrimaryKeyColumnIndex, getVersion
 

Method Detail

doAfterInstall

boolean doAfterInstall(DataTableModel dataTableModel)