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:


Method Summary
 Table getAliasedTable()
          Returns the value of the 'Aliased Table' reference.
 
Methods inherited from interface com.sap.sl.sdk.authoring.datafoundation.Table
getColumns, getDataFoundation, getDescription, setDescription
 
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

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.