|
||||||||||
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 | |
---|---|
java.lang.String |
getForeignKeyTable()
Returns the value of the 'Foreign Key Table' attribute. |
java.util.List |
getKeyPair()
Returns the value of the 'Key Pair' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.lang.String |
getPrimaryKeyTable()
Returns the value of the 'Primary Key Table' attribute. |
boolean |
isKeyRestricted()
Returns the value of the 'Key Restricted' attribute. |
boolean |
isMany()
Returns the value of the 'Many' attribute. |
void |
setForeignKeyTable(java.lang.String value)
Sets the value of the ' Foreign Key Table ' attribute. |
void |
setKeyRestricted(boolean value)
Sets the value of the ' Key Restricted ' attribute. |
void |
setMany(boolean value)
Sets the value of the ' Many ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setPrimaryKeyTable(java.lang.String value)
Sets the value of the ' Primary Key Table ' attribute. |
Method Detail |
---|
java.util.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...
java.lang.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(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.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(java.lang.String value)
Primary Key Table
' attribute.
value
- the new value of the 'Primary Key Table' attribute.getPrimaryKeyTable()
java.lang.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(java.lang.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()
boolean isKeyRestricted()
If the meaning of the 'Key Restricted' attribute isn't clear, there really should be more of a description here...
setKeyRestricted(boolean)
void setKeyRestricted(boolean value)
Key Restricted
' attribute.
value
- the new value of the 'Key Restricted' attribute.isKeyRestricted()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |