org.JCaiF.CoreComponents
Class ResponseListQuestion
java.lang.Object
org.JCaiF.CoreComponents.SimpleSurveyQuestion
org.JCaiF.CoreComponents.ResponseListQuestion
- All Implemented Interfaces:
- java.lang.Cloneable, SurveyComponent, SurveyObject, SurveyQuestion
- Direct Known Subclasses:
- MultiSelectQuestion, ResponseListDisplay, SingleSelectQuestion
public class ResponseListQuestion
- extends SimpleSurveyQuestion
- Author:
- Michael Hall
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResponseListQuestion
public ResponseListQuestion()
- Creates a new instance of ResponseListQuestion
getList
public ResponseList getList()
setList
public void setList(ResponseList l)
getValue
public java.lang.String getValue()
- Specified by:
getValue in interface SurveyObject- Overrides:
getValue in class SimpleSurveyQuestion
toString
public java.lang.String toString()
- Overrides:
toString in class SimpleSurveyQuestion
onLoad
public boolean onLoad()
- Specified by:
onLoad in interface SurveyComponent- Overrides:
onLoad in class SimpleSurveyQuestion
onContinue
public boolean onContinue()
- Specified by:
onContinue in interface SurveyComponent- Overrides:
onContinue in class SimpleSurveyQuestion
init
public void init()
- Specified by:
init in interface SurveyObject- Overrides:
init in class SimpleSurveyQuestion
clone
public SurveyQuestion clone()
- Specified by:
clone in interface SurveyComponent- Specified by:
clone in interface SurveyObject- Specified by:
clone in interface SurveyQuestion- Overrides:
clone in class SimpleSurveyQuestion