public interface AbstractGenericDatabaseSettings extends DatabaseSettings
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getAdditionalProperties()
Returns the value of the 'Additional Properties' containment reference list.
|
String |
getDatabaseName()
Returns the value of the 'Database Name' attribute.
|
Integer |
getLoginTimeout()
Returns the value of the 'Login Timeout' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
Integer |
getPortNumber()
Returns the value of the 'Port Number' attribute.
|
String |
getServerName()
Returns the value of the 'Server Name' attribute.
|
String |
getUsername()
Returns the value of the 'Username' attribute.
|
void |
setDatabaseName(String value)
Sets the value of the '
Database Name ' attribute. |
void |
setLoginTimeout(Integer value)
Sets the value of the '
Login Timeout ' attribute. |
void |
setPassword(String value)
Sets the value of the '
Password ' attribute. |
void |
setPortNumber(Integer value)
Sets the value of the '
Port Number ' attribute. |
void |
setServerName(String value)
Sets the value of the '
Server Name ' attribute. |
void |
setUsername(String value)
Sets the value of the '
Username ' attribute. |
getBundles, getDriverName, getId, getProperties, getUrl, setId
String getUsername()
If the meaning of the 'Username' attribute isn't clear, there really should be more of a description here...
setUsername(String)
,
WorldPackage.getAbstractGenericDatabaseSettings_Username()
void setUsername(String value)
Username
' attribute.
value
- the new value of the 'Username' attribute.getUsername()
String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String)
,
WorldPackage.getAbstractGenericDatabaseSettings_Password()
void setPassword(String value)
Password
' attribute.
value
- the new value of the 'Password' attribute.getPassword()
Integer getLoginTimeout()
If the meaning of the 'Login Timeout' attribute isn't clear, there really should be more of a description here...
getLoginTimeout
in interface DatabaseSettings
setLoginTimeout(Integer)
,
WorldPackage.getAbstractGenericDatabaseSettings_LoginTimeout()
void setLoginTimeout(Integer value)
Login Timeout
' attribute.
value
- the new value of the 'Login Timeout' attribute.getLoginTimeout()
org.eclipse.emf.common.util.EList<PropertyEntry> getAdditionalProperties()
PropertyEntry
.
If the meaning of the 'Additional Properties' containment reference list isn't clear, there really should be more of a description here...
WorldPackage.getAbstractGenericDatabaseSettings_AdditionalProperties()
String getDatabaseName()
If the meaning of the 'Database Name' attribute isn't clear, there really should be more of a description here...
setDatabaseName(String)
,
WorldPackage.getAbstractGenericDatabaseSettings_DatabaseName()
void setDatabaseName(String value)
Database Name
' attribute.
value
- the new value of the 'Database Name' attribute.getDatabaseName()
String getServerName()
If the meaning of the 'Server Name' attribute isn't clear, there really should be more of a description here...
setServerName(String)
,
WorldPackage.getAbstractGenericDatabaseSettings_ServerName()
void setServerName(String value)
Server Name
' attribute.
value
- the new value of the 'Server Name' attribute.getServerName()
Integer getPortNumber()
If the meaning of the 'Port Number' attribute isn't clear, there really should be more of a description here...
setPortNumber(Integer)
,
WorldPackage.getAbstractGenericDatabaseSettings_PortNumber()
void setPortNumber(Integer value)
Port Number
' attribute.
value
- the new value of the 'Port Number' attribute.getPortNumber()