cmu.survey.editor.data.table
Class DataBitStorageTable.SurveyPagesTableFormatClass

java.lang.Object
  extended by cmu.survey.data.TableFormat.TableFormatStub
      extended by cmu.survey.editor.data.table.DataBitStorageTable.SurveyPagesTableFormatClass
All Implemented Interfaces:
TableFormat
Enclosing class:
DataBitStorageTable

public static final class DataBitStorageTable.SurveyPagesTableFormatClass
extends TableFormat.TableFormatStub


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
 
Field Summary
static java.lang.String AnswersTable
           
static java.lang.String Name
           
static java.lang.String OrderIndex
           
static java.lang.String Page
           
static java.lang.String RepeatedMeasureTable
           
static java.lang.String SubmitButtonLabel
           
 
Constructor Summary
DataBitStorageTable.SurveyPagesTableFormatClass()
           
 
Method Summary
 
Methods inherited from class cmu.survey.data.TableFormat.TableFormatStub
getColumn, getColumns, getDefaultData, getName, getPrimaryKeyColumnIndex, getVersion, setColumns, setDefaultData, setName, setPrimaryKeyColumnIndex, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

Page

public static final java.lang.String Page
See Also:
Constant Field Values

OrderIndex

public static final java.lang.String OrderIndex
See Also:
Constant Field Values

Name

public static final java.lang.String Name
See Also:
Constant Field Values

AnswersTable

public static final java.lang.String AnswersTable
See Also:
Constant Field Values

SubmitButtonLabel

public static final java.lang.String SubmitButtonLabel
See Also:
Constant Field Values

RepeatedMeasureTable

public static final java.lang.String RepeatedMeasureTable
See Also:
Constant Field Values
Constructor Detail

DataBitStorageTable.SurveyPagesTableFormatClass

public DataBitStorageTable.SurveyPagesTableFormatClass()