public interface DatabaseSettings extends Settings
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getDriverName()
Returns the value of the 'Driver Name' attribute.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getPassword()
Returns the value of the 'Password' attribute.
|
org.eclipse.emf.common.util.EList<PropertyEntry> |
getProperties()
Returns the value of the 'Properties' containment reference list.
|
String |
getUri()
Returns the value of the 'Uri' attribute.
|
String |
getUser()
Returns the value of the 'User' attribute.
|
void |
setDriverName(String value)
Sets the value of the '
Driver Name' attribute. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setPassword(String value)
Sets the value of the '
Password' attribute. |
void |
setUri(String value)
Sets the value of the '
Uri' attribute. |
void |
setUser(String value)
Sets the value of the '
User' attribute. |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
InfrastructurePackage.getDatabaseSettings_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()String getDriverName()
If the meaning of the 'Driver Name' attribute isn't clear, there really should be more of a description here...
setDriverName(String),
InfrastructurePackage.getDatabaseSettings_DriverName()void setDriverName(String value)
Driver Name' attribute.
value - the new value of the 'Driver Name' attribute.getDriverName()org.eclipse.emf.common.util.EList<PropertyEntry> getProperties()
PropertyEntry.
If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getDatabaseSettings_Properties()String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String),
InfrastructurePackage.getDatabaseSettings_Uri()void setUri(String value)
Uri' attribute.
value - the new value of the 'Uri' attribute.getUri()String getUser()
If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...
setUser(String),
InfrastructurePackage.getDatabaseSettings_User()void setUser(String value)
User' attribute.
value - the new value of the 'User' attribute.getUser()String getPassword()
If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...
setPassword(String),
InfrastructurePackage.getDatabaseSettings_Password()void setPassword(String value)
Password' attribute.
value - the new value of the 'Password' attribute.getPassword()