cmu.survey.editor.data.table
Class AuxillaryOptionSecondVariableDataBitSetTable

java.lang.Object
  extended by cmu.survey.editor.data.table.VariableDataBitSetTableStub
      extended by cmu.survey.editor.data.table.AuxillaryOptionSecondVariableDataBitSetTable
All Implemented Interfaces:
DataBitSet, VariableDataBitSet

public class AuxillaryOptionSecondVariableDataBitSetTable
extends VariableDataBitSetTableStub


Constructor Summary
AuxillaryOptionSecondVariableDataBitSetTable(AuxillaryOptionDataBitTable auxillaryOption, DataBitStorageTable storage)
           
 
Method Summary
 StringDataBit getDefaultValue()
           
 StringDataBit getName()
           
 StringDataBit getType()
           
 java.util.Vector<DataBit> getVectorOfDataBits()
           
 
Methods inherited from class cmu.survey.editor.data.table.VariableDataBitSetTableStub
fix, getErrorDescription, hasBeenModified, isNew, isTypeKey, isTypeNumeric, isValid, setNew
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuxillaryOptionSecondVariableDataBitSetTable

public AuxillaryOptionSecondVariableDataBitSetTable(AuxillaryOptionDataBitTable auxillaryOption,
                                                    DataBitStorageTable storage)
Method Detail

getName

public StringDataBit getName()
Specified by:
getName in interface VariableDataBitSet
Specified by:
getName in class VariableDataBitSetTableStub

getType

public StringDataBit getType()
Specified by:
getType in interface VariableDataBitSet
Specified by:
getType in class VariableDataBitSetTableStub

getDefaultValue

public StringDataBit getDefaultValue()

getVectorOfDataBits

public java.util.Vector<DataBit> getVectorOfDataBits()
Specified by:
getVectorOfDataBits in class VariableDataBitSetTableStub