cmu.survey.data
Interface TableFormat.ColumnFormat

All Known Implementing Classes:
TableFormat.ColumnFormatRenamed, TableFormat.ColumnFormatStub
Enclosing interface:
TableFormat

public static interface TableFormat.ColumnFormat


Method Summary
 boolean getAllowsNull()
           
 java.lang.Object getDefaultValue()
           
 java.lang.String getName()
           
 java.lang.Class getType()
           
 

Method Detail

getName

java.lang.String getName()

getType

java.lang.Class getType()

getAllowsNull

boolean getAllowsNull()

getDefaultValue

java.lang.Object getDefaultValue()