com.sap.sl.sdk.authoring.datafoundation
Interface MultipleValueAnswer

All Superinterfaces:
Answer

public interface MultipleValueAnswer
extends Answer

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

getValues

java.util.List<TypedValue> getValues()
Returns the value of the 'Values' reference list. The list contents are of type TypedValue.

This is the list of values that can be used as possible answers to a prompt.

Returns:
the value of the 'Values' reference list.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.