cmu.survey.objects
Class DropDownQuestionObject

java.lang.Object
  extended by cmu.survey.objects.QuestionObject
      extended by cmu.survey.objects.DropDownQuestionObject
All Implemented Interfaces:
QuestionObjectWithChoices

public class DropDownQuestionObject
extends QuestionObject
implements QuestionObjectWithChoices


Constructor Summary
DropDownQuestionObject()
           
 
Method Summary
 QuestionChoices.VectorPair getPairOfQuestionChoicesAndIDs()
           
 void setQuestionChoices(QuestionChoices choices)
           
 
Methods inherited from class cmu.survey.objects.QuestionObject
getAnswer, getQuestionType, getTimeResponses, setAnswer, setQuestionType, setTimeResponses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface cmu.survey.objects.QuestionObjectWithChoices
getAnswer
 

Constructor Detail

DropDownQuestionObject

public DropDownQuestionObject()
Method Detail

setQuestionChoices

public void setQuestionChoices(QuestionChoices choices)
Specified by:
setQuestionChoices in interface QuestionObjectWithChoices

getPairOfQuestionChoicesAndIDs

public QuestionChoices.VectorPair getPairOfQuestionChoicesAndIDs()
Specified by:
getPairOfQuestionChoicesAndIDs in interface QuestionObjectWithChoices