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

All Superinterfaces:
TypedValue

public interface HierarchicalValue
extends TypedValue

A representation of the model object 'Hierarchical Value'.

This interface is one of the TypedValue representations for the possible answers to a prompt. The object modelizes the values of hierarchical lists of values.

To instantiate a value for an answer to a prompt that accepts hierarchical lists of values, you can use:

The following features are supported:


Method Summary
 java.util.List<FlatValue> getFlatValues()
          Returns the value of the 'Flat Values' reference list.
 

Method Detail

getFlatValues

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

This is the list of flat values that compose the paths of the hierarchy.

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


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