| Package | Description |
|---|---|
| com.sap.sl.sdk.authoring.businesslayer |
This package provides classes to create business layers and manage business layer objects.
|
| com.sap.sl.sdk.authoring.datafoundation |
This package provides classes to create data foundations and manage objects for editing data foundations.
|
| Modifier and Type | Method and Description |
|---|---|
StaticLovColumn |
BusinessLayerFactory.createStaticLovColumn(java.lang.String name,
StaticLov staticLov)
Creates a column for a static list of values and adds it to the given list.
|
| Modifier and Type | Method and Description |
|---|---|
StaticLovColumn |
DataFoundationFactory.createStaticLovColumn(java.lang.String name,
StaticLov staticLov)
Creates a column for a static list of values and attaches it to the given list.
|
StaticLovColumn |
StaticLovColumn.getKeyColumn()
Returns the value of the 'Key Column' reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<StaticLovColumn> |
StaticLov.getColumns()
Returns the value of the 'Columns' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticLovColumn.setKeyColumn(StaticLovColumn value)
Sets the value of the '
Key Column' reference. |