org.JCaiF
Interface SurveyQuestion

All Superinterfaces:
java.lang.Cloneable, SurveyComponent, SurveyObject
All Known Implementing Classes:
FormattedInputQuestion, MultiSelectQuestion, NumberInputQuestion, RankingQuestion, ResponseListDisplay, ResponseListQuestion, SimpleSurveyQuestion, SingleSelectQuestion, TextDisplay, TextInputQuestion

public interface SurveyQuestion
extends SurveyComponent

Author:
Michael Hall

Method Summary
 SurveyQuestion clone()
           
 
Methods inherited from interface org.JCaiF.SurveyComponent
getParent, getText, onContinue, onLoad, setParent, setText
 
Methods inherited from interface org.JCaiF.SurveyObject
getId, getValue, init, setId, setValue
 

Method Detail

clone

SurveyQuestion clone()
Specified by:
clone in interface SurveyComponent
Specified by:
clone in interface SurveyObject