| 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 | Interface and Description |
|---|---|
interface |
CalculatedColumn
A representation of the 'Calculated Column' model object.
|
interface |
DatabaseColumn
A representation of the 'Database Column' model object.
|
interface |
InputColumn
A representation of the 'Input Column' model object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Column> |
Table.getColumns()
Returns the value of the 'Columns' containment reference list.
|
java.util.List<Column> |
Key.getColumns()
Returns the value of the 'Columns' reference list.
|