Package tigase.http.modules.setup
Class Setup.Question
- java.lang.Object
-
- tigase.http.modules.setup.Setup.Question
-
- Direct Known Subclasses:
Setup.MultiAnswerQuestion,Setup.SingleAnswerQuestion
- Enclosing class:
- Setup
public abstract static class Setup.Question extends Object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetName()booleanisSecret()protected voidsetPage(Setup.Page page)protected voidsetSecret(boolean secret)protected abstract voidsetValues(String[] values)
-
-
-
Constructor Detail
-
Question
public Question(String id)
-
-
Method Detail
-
getId
public String getId()
-
getName
public String getName()
-
isSecret
public boolean isSecret()
-
setSecret
protected void setSecret(boolean secret)
-
setPage
protected void setPage(Setup.Page page)
-
setValues
protected abstract void setValues(String[] values)
-
-