|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cmu.survey.objects.QuestionObject cmu.survey.objects.QuestionObjectWithOtherAnswer
public class QuestionObjectWithOtherAnswer
Constructor Summary | |
---|---|
QuestionObjectWithOtherAnswer(java.lang.String type)
|
Method Summary | |
---|---|
Answer |
getOtherAnswer()
|
void |
setOtherAnswer(Answer answer)
When this is set, a text box will be shown at the end of the question. |
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 |
Constructor Detail |
---|
public QuestionObjectWithOtherAnswer(java.lang.String type)
Method Detail |
---|
public Answer getOtherAnswer()
setOtherAnswer
public void setOtherAnswer(Answer answer)
answer
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |