public interface ConnectionShortcut extends Connection
A ConnectionShortcut is a RelationalConnectionShortcut, an OlapConnectionShortcut or a DataFederatorConnectionShortcut.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
Returns the value of the 'Path' attribute.
|
java.lang.String |
getServerName()
Returns the value of the 'Server Name' attribute.
|
void |
setPath(java.lang.String value)
Sets the value of the '
Path' attribute. |
getDescription, getName, setDescription, setNamegetResourcePathjava.lang.String getPath()
setPath(String)void setPath(java.lang.String value)
Path' attribute.
This string is the path of the connection.path - The connection path
value - the new value of the 'Path' attribute.getPath()java.lang.String getServerName()