public interface MultipleValueAnswer extends Answer
This interface represents a type of answer that can be given to a prompt. Here, the type of answer is a set of multiple values.
The values are represented using the TypedValue object. They can be either flat or hierarchical.
To instantiate an answer to a prompt that accepts multiple values, you can use:
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TypedValue> |
getValues()
Returns the value of the 'Values' reference list.
|
java.util.List<TypedValue> getValues()
TypedValue.
This is the list of values that can be used as possible answers to a prompt.