|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Relationship
A representation of the model object 'Relationship'.
The following features are supported:
Method Summary | |
---|---|
String |
getConfig()
Returns the value of the 'Config' attribute. |
String |
getForeignKeyTable()
Returns the value of the 'Foreign Key Table' attribute. |
List |
getKeyPair()
Returns the value of the 'Key Pair' containment reference list. |
String |
getName()
Returns the value of the 'Name' attribute. |
String |
getPrimaryKeyTable()
Returns the value of the 'Primary Key Table' attribute. |
boolean |
isMany()
Returns the value of the 'Many' attribute. |
void |
setConfig(String value)
Sets the value of the ' Config ' attribute. |
void |
setForeignKeyTable(String value)
Sets the value of the ' Foreign Key Table ' attribute. |
void |
setMany(boolean value)
Sets the value of the ' Many ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setPrimaryKeyTable(String value)
Sets the value of the ' Primary Key Table ' attribute. |
Method Detail |
---|
List getKeyPair()
KeyPair
.
If the meaning of the 'Key Pair' containment reference list isn't clear, there really should be more of a description here...
String getConfig()
If the meaning of the 'Config' attribute isn't clear, there really should be more of a description here...
setConfig(String)
void setConfig(String value)
Config
' attribute.
value
- the new value of the 'Config' attribute.getConfig()
String getForeignKeyTable()
If the meaning of the 'Foreign Key Table' attribute isn't clear, there really should be more of a description here...
setForeignKeyTable(String)
void setForeignKeyTable(String value)
Foreign Key Table
' attribute.
value
- the new value of the 'Foreign Key Table' attribute.getForeignKeyTable()
boolean isMany()
If the meaning of the 'Many' attribute isn't clear, there really should be more of a description here...
setMany(boolean)
void setMany(boolean value)
Many
' attribute.
value
- the new value of the 'Many' attribute.isMany()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getPrimaryKeyTable()
If the meaning of the 'Primary Key Table' attribute isn't clear, there really should be more of a description here...
setPrimaryKeyTable(String)
void setPrimaryKeyTable(String value)
Primary Key Table
' attribute.
value
- the new value of the 'Primary Key Table' attribute.getPrimaryKeyTable()
|
Tuscany DAS for Relational Databases | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |