public abstract class Question extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getName() |
boolean |
isSecret() |
abstract boolean |
isValid() |
void |
setPage(Page page) |
void |
setSecret(boolean secret) |
abstract void |
setValues(String[] values) |
public Question(String id)
Copyright © 2013–2021 Tigase. All rights reserved.