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


public interface StaticLovRow

A representation of the model object 'Static Lov Row'.

This interface represents the values of a row of the static list of values that can be attached to a data foundation. A row contains the values of the different columns of the list of values. A static list of values is based on a list of specified values.

To instantiate a row of a static list of values, you can use:

The following features are supported:


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

Method Detail

getValues

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

These are the values of a row of the list of values. Values are FlatValue objects. They can be either Date, Numeric or String.

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


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