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

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ConfigImpl

public interface Config
extends java.io.Serializable

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.
 ConnectionInfo getConnectionInfo()
          Returns the value of the 'Connection Info' containment reference.
 java.lang.String getDataObjectModel()
          Returns the value of the 'Data Object Model' attribute.
 java.lang.String getGeneratedKeysSupported()
          Returns the value of the 'Generated Keys Supported' attribute.
 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.
 boolean isDatabaseSchemaNameSupported()
          Returns the value of the 'Database Schema Name Supported' attribute.
 void setConnectionInfo(ConnectionInfo value)
          Sets the value of the 'Connection Info' containment reference.
 void setDatabaseSchemaNameSupported(boolean value)
          Sets the value of the 'Database Schema Name Supported' attribute.
 void setDataObjectModel(java.lang.String value)
          Sets the value of the 'Data Object Model' attribute.
 void setGeneratedKeysSupported(java.lang.String value)
          Sets the value of the 'Generated Keys Supported' attribute.
 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.

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.

getConnectionInfo

ConnectionInfo getConnectionInfo()
Returns the value of the 'Connection Info' containment reference.

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

Returns:
the value of the 'Connection Info' containment reference.
See Also:
setConnectionInfo(ConnectionInfo)

setConnectionInfo

void setConnectionInfo(ConnectionInfo value)
Sets the value of the 'Connection Info' containment reference.

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

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()

getDataObjectModel

java.lang.String getDataObjectModel()
Returns the value of the 'Data Object Model' attribute.

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

Returns:
the value of the 'Data Object Model' attribute.
See Also:
setDataObjectModel(String)

setDataObjectModel

void setDataObjectModel(java.lang.String value)
Sets the value of the 'Data Object Model' attribute.

Parameters:
value - the new value of the 'Data Object Model' attribute.
See Also:
getDataObjectModel()

isDatabaseSchemaNameSupported

boolean isDatabaseSchemaNameSupported()
Returns the value of the 'Database Schema Name Supported' attribute. The default value is "false".

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

Returns:
the value of the 'Database Schema Name Supported' attribute.
See Also:
setDatabaseSchemaNameSupported(boolean)

setDatabaseSchemaNameSupported

void setDatabaseSchemaNameSupported(boolean value)
Sets the value of the 'Database Schema Name Supported' attribute.

Parameters:
value - the new value of the 'Database Schema Name Supported' attribute.
See Also:
isDatabaseSchemaNameSupported()

getGeneratedKeysSupported

java.lang.String getGeneratedKeysSupported()
Returns the value of the 'Generated Keys Supported' attribute.

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

Returns:
the value of the 'Generated Keys Supported' attribute.
See Also:
setGeneratedKeysSupported(String)

setGeneratedKeysSupported

void setGeneratedKeysSupported(java.lang.String value)
Sets the value of the 'Generated Keys Supported' attribute.

Parameters:
value - the new value of the 'Generated Keys Supported' attribute.
See Also:
getGeneratedKeysSupported()


Copyright © 2007 Apache Software Foundation. All Rights Reserved.