public class AnswerConfiguration
Define an answer configured at runtime.
| Constructor and Description |
|---|
AnswerConfiguration(AnswerConfigurationType answerType)
Define an answer configured at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
AnswerConfigurationType |
getAnswerType() |
boolean |
hasAnswer()
Is there an answer set?
|
public AnswerConfiguration(@NotNull
AnswerConfigurationType answerType)
Define an answer configured at runtime.
public boolean hasAnswer()
Is there an answer set?
@NotNull public AnswerConfigurationType getAnswerType()