org.JCaiF.CoreComponents
Class SingleSelectQuestion

java.lang.Object
  extended by org.JCaiF.CoreComponents.SimpleSurveyQuestion
      extended by org.JCaiF.CoreComponents.ResponseListQuestion
          extended by org.JCaiF.CoreComponents.SingleSelectQuestion
All Implemented Interfaces:
java.lang.Cloneable, SurveyComponent, SurveyObject, SurveyQuestion

public class SingleSelectQuestion
extends ResponseListQuestion

Author:
Michael Hall

Constructor Summary
SingleSelectQuestion()
           
 
Method Summary
 SurveyQuestion clone()
           
 ListItem getSelected()
           
 boolean onContinue()
           
 
Methods inherited from class org.JCaiF.CoreComponents.ResponseListQuestion
getList, getValue, init, onLoad, setList, toString
 
Methods inherited from class org.JCaiF.CoreComponents.SimpleSurveyQuestion
getId, getParent, getText, setId, setParent, setText, setValue
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleSelectQuestion

public SingleSelectQuestion()
Method Detail

onContinue

public boolean onContinue()
Specified by:
onContinue in interface SurveyComponent
Overrides:
onContinue in class ResponseListQuestion

getSelected

public ListItem getSelected()

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 ResponseListQuestion