com.sap.sl.sdk.authoring.connection
Interface Connection

All Superinterfaces:
SlResource
All Known Subinterfaces:
ConnectionShortcut, DatabaseConnection, DataFederatorConnection, DataFederatorConnectionShortcut, OlapConnection, OlapConnectionShortcut, RelationalConnection, RelationalConnectionShortcut

public interface Connection
extends SlResource

Describes a connection.

A Connection is a DatabaseConnection or a ConnectionShortcut.


Method Summary
 java.lang.String getDescription()
          Returns the value of the 'Description' attribute.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 void setDescription(java.lang.String value)
          Sets the value of the 'Description' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface com.sap.sl.sdk.authoring.commons.SlResource
getResourcePath
 

Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute. This string is the name of the connection.

Returns:
The connection name
See Also:
setName(String)

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute. This string is the name of the connection.

Parameters:
name - The connection name
value - the new value of the 'Name' attribute.
See Also:
getName()

getDescription

java.lang.String getDescription()
Returns the value of the 'Description' attribute. This string is the description of the connection.

Returns:
The connection description
See Also:
setDescription(String)

setDescription

void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute. This string is the description of the connection.

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


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