public interface Connection extends SlResource, Nameable
A Connection is a DatabaseConnection or a ConnectionShortcut.
| Modifier and Type | Method and Description |
|---|---|
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. |
getResourcePathjava.lang.String getName()
getName in interface NameablesetName(String)void setName(java.lang.String value)
Name' attribute.
This string is the name of the connection.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()