public interface GenericDatabaseSettings extends AbstractGenericDatabaseSettings
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getBundles()
Returns the value of the 'Bundles' attribute list.
|
String |
getDriverName()
Returns the value of the 'Driver Name' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
void |
setDriverName(String value)
Sets the value of the '
Driver Name ' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url ' attribute. |
getAdditionalProperties, getDatabaseName, getLoginTimeout, getPassword, getPortNumber, getServerName, getUsername, setDatabaseName, setLoginTimeout, setPassword, setPortNumber, setServerName, setUsername
getId, getProperties, setId
String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
getUrl
in interface DatabaseSettings
setUrl(String)
,
WorldPackage.getGenericDatabaseSettings_Url()
void setUrl(String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
String getDriverName()
If the meaning of the 'Driver Name' attribute isn't clear, there really should be more of a description here...
getDriverName
in interface DatabaseSettings
setDriverName(String)
,
WorldPackage.getGenericDatabaseSettings_DriverName()
void setDriverName(String value)
Driver Name
' attribute.
value
- the new value of the 'Driver Name' attribute.getDriverName()
org.eclipse.emf.common.util.EList<String> getBundles()
String
.
If the meaning of the 'Bundles' attribute list isn't clear, there really should be more of a description here...
getBundles
in interface DatabaseSettings
WorldPackage.getGenericDatabaseSettings_Bundles()