|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MapModel
A representation of the model object 'Model'.
The following features are supported:
MapPackage.getMapModel()| Method Summary | |
|---|---|
Settings |
getComparisonSettings()
Returns the value of the 'Comparison Settings' containment reference |
java.lang.String |
getLeftModel()
Returns the value of the 'Left Model' attribute |
org.eclipse.emf.common.util.EList<MappingElement> |
getMappedElements()
Returns the value of the 'Mapped Elements' containment reference list. |
org.eclipse.emf.common.util.EList<NotMappedElement> |
getNotMappedElements()
Returns the value of the 'Not Mapped Elements' containment reference list. |
java.lang.String |
getRightModel()
Returns the value of the 'Right Model' attribute |
void |
setComparisonSettings(Settings value)
Sets the value of the ' Comparison Settings' containment reference |
void |
setLeftModel(java.lang.String value)
Sets the value of the ' Left Model' attribute |
void |
setRightModel(java.lang.String value)
Sets the value of the ' Right Model' attribute |
| 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 |
|---|
java.lang.String getLeftModel()
If the meaning of the 'Left Model' attribute isn't clear, there really should be more of a description here...
setLeftModel(String),
MapPackage.getMapModel_LeftModel()void setLeftModel(java.lang.String value)
Left Model' attribute.
value - the new value of the 'Left Model' attribute.getLeftModel()java.lang.String getRightModel()
If the meaning of the 'Right Model' attribute isn't clear, there really should be more of a description here...
setRightModel(String),
MapPackage.getMapModel_RightModel()void setRightModel(java.lang.String value)
Right Model' attribute.
value - the new value of the 'Right Model' attribute.getRightModel()org.eclipse.emf.common.util.EList<MappingElement> getMappedElements()
MappingElement.
If the meaning of the 'Mapped Elements' containment reference list isn't clear, there really should be more of a description here...
MapPackage.getMapModel_MappedElements()org.eclipse.emf.common.util.EList<NotMappedElement> getNotMappedElements()
NotMappedElement.
If the meaning of the 'Not Mapped Elements' containment reference list isn't clear, there really should be more of a description here...
MapPackage.getMapModel_NotMappedElements()Settings getComparisonSettings()
If the meaning of the 'Comparison Settings' containment reference isn't clear, there really should be more of a description here...
setComparisonSettings(Settings),
MapPackage.getMapModel_ComparisonSettings()void setComparisonSettings(Settings value)
Comparison Settings' containment reference.
value - the new value of the 'Comparison Settings' containment reference.getComparisonSettings()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||