|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Connection
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 |
---|
java.lang.String getName()
setName(String)
void setName(java.lang.String value)
Name
' attribute.
This string is the name of the connection.
name
- The connection name
value
- the new value of the 'Name' attribute.getName()
java.lang.String getDescription()
setDescription(String)
void setDescription(java.lang.String value)
Description
' attribute.
This string is the description of the connection.
name
- The connection description
value
- the new value of the 'Description' attribute.getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |