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

All Known Subinterfaces:
PrimaryKey

public interface Key

A representation of the model object 'Key'.

The present release supports only primary keys.

The following features are supported:


Method Summary
 java.util.List<Column> getColumns()
          Returns the value of the 'Columns' reference list.
 

Method Detail

getColumns

java.util.List<Column> getColumns()
Returns the value of the 'Columns' reference list. The list contents are of type Column.

This is the list of columns defined as keys in the data foundation. The list is not ordered.

Returns:
the value of the 'Columns' reference list.


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