com.sap.sl.sdk.authoring.datafoundation
Interface DataFoundationView

All Superinterfaces:
Nameable

public interface DataFoundationView
extends Nameable

A representation of the model object 'Data Foundation View'.

The following features are supported:


Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.util.List<TableView> getTableViews()
          Returns the value of the 'Table Views' containment reference list.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.Nameable
getName, setName
 

Method Detail

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute. The default value is "".

This is the description of the data foundation view.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String)

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getTableViews

java.util.List<TableView> getTableViews()
Returns the value of the 'Table Views' containment reference list. The list contents are of type TableView.

This is the list of the table views of the data foundation view.

Returns:
the value of the 'Table Views' containment reference list.


© Copyright 2016 SAP SE or an SAP affiliate company. All rights reserved.