com.sap.sl.sdk.authoring.datafoundation
Interface AliasTable
- All Superinterfaces:
- Identifiable, Inheritable, Nameable, Table
public interface AliasTable
- extends Table
A representation of the model object 'Alias Table'.
An alias table is a reference to a standard or derived table in the data foundation. See the Information Design Tool User Guide for more information.
Use DataFoundationFactory.createAliasTable(String, Table, DataFoundation)
to instantiate an alias table.
The following features are supported:
getAliasedTable
Table getAliasedTable()
- Returns the value of the 'Aliased Table' reference.
- Returns:
- the value of the 'Aliased Table' reference.
© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.