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

All Superinterfaces:
Identifiable, Inheritable, Lov, Nameable

public interface StaticLov
extends Lov

A representation of the model object 'Static Lov'.

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

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

The following features are supported:


Method Summary
 java.util.List<StaticLovColumn> getColumns()
          Returns the value of the 'Columns' containment reference list.
 java.util.List<StaticLovRow> getRows()
          Returns the value of the 'Rows' containment reference list.
 
Methods inherited from interface com.sap.sl.sdk.authoring.datafoundation.Lov
getDescription, isHidden, setDescription, setHidden
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Identifiable
getIdentifier
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Inheritable
getInheritedData
 

Method Detail

getRows

java.util.List<StaticLovRow> getRows()
Returns the value of the 'Rows' containment reference list. The list contents are of type StaticLovRow.

This is the list of rows of the static list of values. Each row corresponds to a specific value.

Returns:
the value of the 'Rows' containment reference list.

getColumns

java.util.List<StaticLovColumn> getColumns()
Returns the value of the 'Columns' containment reference list. The list contents are of type StaticLovColumn.

This is the list of columns of the static list of values.

Returns:
the value of the 'Columns' containment reference list.


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