|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultipleValueAnswer
A representation of the model object 'Multiple Value 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:
Method Summary | |
---|---|
java.util.List<TypedValue> |
getValues()
Returns the value of the 'Values' reference list. |
Method Detail |
---|
java.util.List<TypedValue> getValues()
TypedValue
.
This is the list of values that can be used as possible answers to a prompt.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |