cmu.survey.editor.data.sql
Class QuestionVariableDataBitSetSQL
java.lang.Object
cmu.survey.editor.data.table.VariableDataBitSetTableStub
cmu.survey.editor.data.sql.QuestionVariableDataBitSetSQL
- All Implemented Interfaces:
- DataBitSet, VariableDataBitSet
public class QuestionVariableDataBitSetSQL
- extends VariableDataBitSetTableStub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuestionVariableDataBitSetSQL
public QuestionVariableDataBitSetSQL(QuestionDataBitSetSQL question,
StringDataBit variableName,
StringDataBit variableType)
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
copyTo
public QuestionVariableDataBitSetSQL copyTo(QuestionDataBitSetSQL newQuestion)
moveTo
public void moveTo(QuestionDataBitSetSQL newQuestion)
setDefaultValue
public void setDefaultValue(AuxillaryOptionDataBitTable defaultValue)