cmu.survey.jsp.tags
Interface QuestionTag

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
QuestionContainerTag
All Known Implementing Classes:
AbstractQuestion, CheckboxList, CheckboxQuestion, DateTimeQuestion, DropDownQuestion, HiddenQuestion, HorizontalRadioHeaders, PasswordQuestion, PlainText, Question, QuestionContainerTagStub, QuestionsFromDatabase, QuestionTagStub, QuestionWithChoices, QuestionWithVariable, RadioButtonQuestion, RandomizeQuestionOrder, SubmitButton, TextAreaQuestion, TextQuestion, TimeZoneQuestion, Title

public interface QuestionTag
extends java.lang.Cloneable


Method Summary
 java.lang.Object clone()
           
 void doQuestion()
           
 java.lang.Integer getID()
           
 

Method Detail

doQuestion

void doQuestion()

getID

java.lang.Integer getID()

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException