|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StaticLov
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:
BusinessLayerFactory.createStaticLov(String, BusinessLayer)
DataFoundationFactory.createStaticLov(String, DataFoundation)
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 |
---|
java.util.List<StaticLovRow> getRows()
StaticLovRow
.
This is the list of rows of the static list of values. Each row corresponds to a specific value.
java.util.List<StaticLovColumn> getColumns()
StaticLovColumn
.
This is the list of columns of the static list of values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |