|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Table
A representation of the 'Table' model object.
The following features are supported:
Method Summary | |
---|---|
java.util.List<Column> |
getColumns()
Returns the value of the 'Columns' containment reference list. |
DataFoundation |
getDataFoundation()
Returns the value of the 'Data Foundation' container reference. |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute. |
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.lang.String getDescription()
This string represents the description of the data foundation table.
setDescription(String)
void setDescription(java.lang.String value)
Description
' attribute.
This string represents the description of the data foundation table.
value
- the new value of the 'Description' attribute.getDescription()
DataFoundation getDataFoundation()
Tables
'.
DataFoundation.getTables()
java.util.List<Column> getColumns()
Column
.
It is bidirectional and its opposite is 'Table
'.
This list represents the columns of a data foundation table.
The following classes that extend Table
have specific behaviors:
AliasTable
does not have columns. Use aliasTable.getAliasedTable().getColumns()
to retrieve the table columns.DerivedTable
columns based on an expression, it has to be emptied using getColumns().clear()
at save time.
Column.getTable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |