Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.config
Interface ConnectionProperties

All Known Implementing Classes:
ConnectionPropertiesImpl

public interface ConnectionProperties

A representation of the model object 'Connection Properties'.

The following features are supported:


Method Summary
 java.lang.String getConfig()
          Returns the value of the 'Config' attribute.
 java.lang.String getDataSource()
          Returns the value of the 'Data Source' attribute.
 java.lang.String getDriverClassName()
          Returns the value of the 'Driver Class Name' attribute.
 java.lang.String getDriverPassword()
          Returns the value of the 'Driver Password' attribute.
 java.lang.String getDriverURL()
          Returns the value of the 'Driver URL' attribute.
 java.lang.String getDriverUserName()
          Returns the value of the 'Driver User Name' attribute.
 void setConfig(java.lang.String value)
          Sets the value of the 'Config' attribute.
 void setDataSource(java.lang.String value)
          Sets the value of the 'Data Source' attribute.
 void setDriverClassName(java.lang.String value)
          Sets the value of the 'Driver Class Name' attribute.
 void setDriverPassword(java.lang.String value)
          Sets the value of the 'Driver Password' attribute.
 void setDriverURL(java.lang.String value)
          Sets the value of the 'Driver URL' attribute.
 void setDriverUserName(java.lang.String value)
          Sets the value of the 'Driver User Name' attribute.
 

Method Detail

getConfig

java.lang.String getConfig()
Returns the value of the 'Config' attribute.

If the meaning of the 'Config' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Config' attribute.
See Also:
setConfig(String)

setConfig

void setConfig(java.lang.String value)
Sets the value of the 'Config' attribute.

Parameters:
value - the new value of the 'Config' attribute.
See Also:
getConfig()

getDataSource

java.lang.String getDataSource()
Returns the value of the 'Data Source' attribute.

If the meaning of the 'Data Source' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Source' attribute.
See Also:
setDataSource(String)

setDataSource

void setDataSource(java.lang.String value)
Sets the value of the 'Data Source' attribute.

Parameters:
value - the new value of the 'Data Source' attribute.
See Also:
getDataSource()

getDriverClassName

java.lang.String getDriverClassName()
Returns the value of the 'Driver Class Name' attribute.

If the meaning of the 'Driver Class Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Driver Class Name' attribute.
See Also:
setDriverClassName(String)

setDriverClassName

void setDriverClassName(java.lang.String value)
Sets the value of the 'Driver Class Name' attribute.

Parameters:
value - the new value of the 'Driver Class Name' attribute.
See Also:
getDriverClassName()

getDriverPassword

java.lang.String getDriverPassword()
Returns the value of the 'Driver Password' attribute.

If the meaning of the 'Driver Password' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Driver Password' attribute.
See Also:
setDriverPassword(String)

setDriverPassword

void setDriverPassword(java.lang.String value)
Sets the value of the 'Driver Password' attribute.

Parameters:
value - the new value of the 'Driver Password' attribute.
See Also:
getDriverPassword()

getDriverURL

java.lang.String getDriverURL()
Returns the value of the 'Driver URL' attribute.

If the meaning of the 'Driver URL' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Driver URL' attribute.
See Also:
setDriverURL(String)

setDriverURL

void setDriverURL(java.lang.String value)
Sets the value of the 'Driver URL' attribute.

Parameters:
value - the new value of the 'Driver URL' attribute.
See Also:
getDriverURL()

getDriverUserName

java.lang.String getDriverUserName()
Returns the value of the 'Driver User Name' attribute.

If the meaning of the 'Driver User Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Driver User Name' attribute.
See Also:
setDriverUserName(String)

setDriverUserName

void setDriverUserName(java.lang.String value)
Sets the value of the 'Driver User Name' attribute.

Parameters:
value - the new value of the 'Driver User Name' attribute.
See Also:
getDriverUserName()

Tuscany DAS for Relational Databases

-