| Package | Description |
|---|---|
| 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 |
|---|---|
DataFoundationView |
DataFoundationFactory.createDataFoundationView(java.lang.String name,
DataFoundation dataFoundation)
Creates a data foundation view and appends it to the data foundation.
|
DataFoundationView |
DataFoundation.getMasterView()
Returns the value of the 'Master View' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DataFoundationView> |
DataFoundation.getDataFoundationViews()
Returns the value of the 'Data Foundation Views' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
TableView |
DataFoundationFactory.createTableView(Table table,
DataFoundationView dataFoundationView)
Creates a table view and adds it to a data foundation view.
|