|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiffModel
A representation of the model object 'Model'.
The following features are supported:
DiffPackage.getDiffModel()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<DiffElement> |
getElements()
Returns the value of the 'Elements' containment reference list. |
java.lang.String |
getLeftModel()
Returns the value of the 'Left Model' attribute. |
java.lang.String |
getRightModel()
Returns the value of the 'Right Model' attribute |
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)
,
DiffPackage.getDiffModel_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)
,
DiffPackage.getDiffModel_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<DiffElement> getElements()
DiffElement
.
If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a description here...
DiffPackage.getDiffModel_Elements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |