org.openxma.dsl.dom.model
Interface ManyToMany

All Superinterfaces:
DaoFeature, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ManyToManyImpl

public interface ManyToMany
extends DaoFeature

A representation of the model object 'Many To Many'.

The following features are supported:

See Also:
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

getTableName

String getTableName()
Returns the value of the 'Table Name' attribute.

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

Returns:
the value of the 'Table Name' attribute.
See Also:
setTableName(String), DomPackage.getManyToMany_TableName()

setTableName

void setTableName(String value)
Sets the value of the 'Table Name' attribute.

Parameters:
value - the new value of the 'Table Name' attribute.
See Also:
getTableName()

getColumnName

String getColumnName()
Returns the value of the 'Column Name' attribute.

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

Returns:
the value of the 'Column Name' attribute.
See Also:
setColumnName(String), DomPackage.getManyToMany_ColumnName()

setColumnName

void setColumnName(String value)
Sets the value of the 'Column Name' attribute.

Parameters:
value - the new value of the 'Column Name' attribute.
See Also:
getColumnName()

isInverse

boolean isInverse()
Returns the value of the 'Inverse' attribute.

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

Returns:
the value of the 'Inverse' attribute.
See Also:
setInverse(boolean), DomPackage.getManyToMany_Inverse()

setInverse

void setInverse(boolean value)
Sets the value of the 'Inverse' attribute.

Parameters:
value - the new value of the 'Inverse' attribute.
See Also:
isInverse()


Copyright © 2013. All Rights Reserved.