|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManyToMany
A representation of the model object 'Many To Many'.
The following features are supported:
DomPackage.getManyToMany()| Method Summary | |
|---|---|
String |
getColumnName()
Returns the value of the 'Column Name' attribute. |
String |
getTableName()
Returns the value of the 'Table Name' attribute. |
boolean |
isInverse()
Returns the value of the 'Inverse' attribute. |
void |
setColumnName(String value)
Sets the value of the ' Column Name' attribute. |
void |
setInverse(boolean value)
Sets the value of the ' Inverse' attribute. |
void |
setTableName(String value)
Sets the value of the ' Table Name' attribute. |
| Methods inherited from interface org.openxma.dsl.dom.model.DaoFeature |
|---|
getAttribute, setAttribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
String getTableName()
If the meaning of the 'Table Name' attribute isn't clear, there really should be more of a description here...
setTableName(String),
DomPackage.getManyToMany_TableName()void setTableName(String value)
Table Name' attribute.
value - the new value of the 'Table Name' attribute.getTableName()String getColumnName()
If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...
setColumnName(String),
DomPackage.getManyToMany_ColumnName()void setColumnName(String value)
Column Name' attribute.
value - the new value of the 'Column Name' attribute.getColumnName()boolean isInverse()
If the meaning of the 'Inverse' attribute isn't clear, there really should be more of a description here...
setInverse(boolean),
DomPackage.getManyToMany_Inverse()void setInverse(boolean value)
Inverse' attribute.
value - the new value of the 'Inverse' attribute.isInverse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||