|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Config
A representation of the model object 'Config'.
The following features are supported:
Command
Table
Relationship
Connection Info
Uri
Data Object Model
Database Schema Name Supported
Generated Keys 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 |
---|
java.util.List getCommand()
Command
.
If the meaning of the 'Command' containment reference list isn't clear, there really should be more of a description here...
java.util.List getTable()
Table
.
If the meaning of the 'Table' containment reference list isn't clear, there really should be more of a description here...
java.util.List getRelationship()
Relationship
.
If the meaning of the 'Relationship' containment reference list isn't clear, there really should be more of a description here...
ConnectionInfo getConnectionInfo()
If the meaning of the 'Connection Info' containment reference isn't clear, there really should be more of a description here...
setConnectionInfo(ConnectionInfo)
void setConnectionInfo(ConnectionInfo value)
Connection Info
' containment reference.
value
- the new value of the 'Connection Info' containment reference.getConnectionInfo()
java.lang.String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
void setUri(java.lang.String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
java.lang.String getDataObjectModel()
If the meaning of the 'Data Object Model' attribute isn't clear, there really should be more of a description here...
setDataObjectModel(String)
void setDataObjectModel(java.lang.String value)
Data Object Model
' attribute.
value
- the new value of the 'Data Object Model' attribute.getDataObjectModel()
boolean isDatabaseSchemaNameSupported()
"false"
.
If the meaning of the 'Database Schema Name Supported' attribute isn't clear, there really should be more of a description here...
setDatabaseSchemaNameSupported(boolean)
void setDatabaseSchemaNameSupported(boolean value)
Database Schema Name Supported
' attribute.
value
- the new value of the 'Database Schema Name Supported' attribute.isDatabaseSchemaNameSupported()
java.lang.String getGeneratedKeysSupported()
If the meaning of the 'Generated Keys Supported' attribute isn't clear, there really should be more of a description here...
setGeneratedKeysSupported(String)
void setGeneratedKeysSupported(java.lang.String value)
Generated Keys Supported
' attribute.
value
- the new value of the 'Generated Keys Supported' attribute.getGeneratedKeysSupported()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |