Class Question
- java.lang.Object
-
- com.aquima.interactions.framework.handler.dtree.Question
-
- All Implemented Interfaces:
Serializable
public class Question extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DomainValue>
getDomainValues()
String
getKey()
String
getQuestionText()
String
getType()
String
getValue()
boolean
isAnswered()
boolean
isDomain()
-