public interface DatabaseSettings extends Settings
The following features are supported:
WorldPackage.getDatabaseSettings()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getBundles() |
String |
getDriverName() |
String |
getId()
Returns the value of the 'Id' attribute.
|
Integer |
getLoginTimeout()
The login timeout in milliseconds.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties() |
String |
getUrl() |
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
WorldPackage.getDatabaseSettings_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getDriverName()
org.eclipse.emf.common.util.EList<PropertyEntry> getProperties()
String getUrl()
Integer getLoginTimeout()
org.eclipse.emf.common.util.EList<String> getBundles()