org.rr0.im.business.investigation
Interface ChoiceQuestion

All Known Implementing Classes:
ChoiceQuestionImpl

public interface ChoiceQuestion
extends Question

Author:
J?r?me Beau
Version: 9 août 2003 20:14:17

Method Summary
 String[]getChoices()
           

Methods inherited from interface org.rr0.im.business.event.Relationship
getObject, getSubject, setObject, setSubject

Methods inherited from interface org.rr0.im.business.event.Event
getTitle

Methods inherited from interface org.rr0.im.service.function.classification.Classifiable
getForcedCategory

Methods inherited from interface java.lang.Comparable
compareTo

Methods inherited from interface org.rr0.im.business.event.Endable
getEnd

Methods inherited from interface org.rr0.im.business.event.Timeable
getBegining, getHistory

Methods inherited from interface org.rr0.im.business.event.Durable
getDuration

Method Detail

getChoices

public String[] getChoices()