Tuscany DAS for Relational Databases

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

All Known Implementing Classes:
ConfigImpl

public interface Config

A representation of the model object 'Config'.

The following features are supported:


Method Summary
 java.util.List getCommand()
          Returns the value of the 'Command' containment reference list.
 ConnectionProperties getConnectionProperties()
          Returns the value of the 'Connection Properties' containment reference.
 java.util.List getRelationship()
          Returns the value of the 'Relationship' containment reference list.
 java.util.List getTable()
          Returns the value of the 'Table' containment reference list.
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 void setConnectionProperties(ConnectionProperties value)
          Sets the value of the 'Connection Properties' containment reference.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 

Method Detail

getCommand

java.util.List getCommand()
Returns the value of the 'Command' containment reference list. The list contents are of type Command.

If the meaning of the 'Command' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Command' containment reference list.

getConnectionProperties

ConnectionProperties getConnectionProperties()
Returns the value of the 'Connection Properties' containment reference.

If the meaning of the 'Connection Properties' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Connection Properties' containment reference.
See Also:
setConnectionProperties(ConnectionProperties)

setConnectionProperties

void setConnectionProperties(ConnectionProperties value)
Sets the value of the 'Connection Properties' containment reference.

Parameters:
value - the new value of the 'Connection Properties' containment reference.
See Also:
getConnectionProperties()

getTable

java.util.List getTable()
Returns the value of the 'Table' containment reference list. The list contents are of type Table.

If the meaning of the 'Table' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Table' containment reference list.

getRelationship

java.util.List getRelationship()
Returns the value of the 'Relationship' containment reference list. The list contents are of type Relationship.

If the meaning of the 'Relationship' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Relationship' containment reference list.

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String)

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()

Tuscany DAS for Relational Databases

-