cmu.survey.objects
Interface QuestionObjectWithChoices

All Known Implementing Classes:
DropDownQuestionObject, RadioButtonQuestionObject

public interface QuestionObjectWithChoices


Method Summary
 Answer getAnswer()
           
 QuestionChoices.VectorPair getPairOfQuestionChoicesAndIDs()
           
 void setQuestionChoices(QuestionChoices choices)
           
 

Method Detail

setQuestionChoices

void setQuestionChoices(QuestionChoices choices)

getPairOfQuestionChoicesAndIDs

QuestionChoices.VectorPair getPairOfQuestionChoicesAndIDs()

getAnswer

Answer getAnswer()