|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IQuestion
The IQuestion interface for all questions asked of IWizards.
A Question is used to ask for an answer to the specified Question.
The default answer is always the first answer in the list.
| Method Summary | |
|---|---|
java.lang.Object |
getAnswer()
Get the value of the answer. |
java.util.List<java.lang.Object> |
getAnswers()
Get the all the answers. |
java.lang.String |
getQuestion()
Get the value of the question. |
void |
setAnswer(java.lang.Object theAnswer)
Set the value of the answer. |
| Methods inherited from interface org.apache.commons.chain.Command |
|---|
execute |
| Method Detail |
|---|
java.lang.String getQuestion()
java.lang.Object getAnswer()
void setAnswer(java.lang.Object theAnswer)
theAnswer - value to assign to the answer.java.util.List<java.lang.Object> getAnswers()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||