cmu.survey.editor.manipulators
Class VariableNameChecker.ModifiedVariableInfo

java.lang.Object
  extended by cmu.survey.editor.manipulators.VariableNameChecker.VariableInfo
      extended by cmu.survey.editor.manipulators.VariableNameChecker.ModifiedVariableInfo
Enclosing class:
VariableNameChecker

public static class VariableNameChecker.ModifiedVariableInfo
extends VariableNameChecker.VariableInfo


Constructor Summary
VariableNameChecker.ModifiedVariableInfo(DataBitStorage objectStorage, VariableDataBitSet variable, StringDataBit answersTableName)
          Use this one only before saving, and the last saved value will be cached.
VariableNameChecker.ModifiedVariableInfo(DataBitStorage objectStorage, VariableDataBitSet variable, StringDataBit answersTableName, java.lang.String oldVariableName, java.lang.String oldVariableType)
           
 
Method Summary
 
Methods inherited from class cmu.survey.editor.manipulators.VariableNameChecker.VariableInfo
getAnswersTable, getAnswersTableName, getVariable, setVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableNameChecker.ModifiedVariableInfo

public VariableNameChecker.ModifiedVariableInfo(DataBitStorage objectStorage,
                                                VariableDataBitSet variable,
                                                StringDataBit answersTableName,
                                                java.lang.String oldVariableName,
                                                java.lang.String oldVariableType)

VariableNameChecker.ModifiedVariableInfo

public VariableNameChecker.ModifiedVariableInfo(DataBitStorage objectStorage,
                                                VariableDataBitSet variable,
                                                StringDataBit answersTableName)
Use this one only before saving, and the last saved value will be cached.

Parameters:
objectStorage -
variable -
answersTableName -