org.infai.emo.matcher.diff
Interface ChangeAttribute

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

public interface ChangeAttribute
extends DiffElement

A representation of the model object 'Change Attribute'.

The following features are supported:

See Also:
DiffPackage.getChangeAttribute()

Method Summary
 org.eclipse.emf.ecore.EAttribute getLeftAttribute()
          Returns the value of the 'Left Attribute' reference
 org.eclipse.emf.ecore.EObject getLeftElement()
          Returns the value of the 'Left Element' reference
 org.eclipse.emf.ecore.EAttribute getRightAttribute()
          Returns the value of the 'Right Attribute' reference
 org.eclipse.emf.ecore.EObject getRightElement()
          Returns the value of the 'Right Element' reference
 void setLeftAttribute(org.eclipse.emf.ecore.EAttribute value)
          Sets the value of the 'Left Attribute' reference
 void setLeftElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Element' reference
 void setRightAttribute(org.eclipse.emf.ecore.EAttribute value)
          Sets the value of the 'Right Attribute' reference
 void setRightElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Element' reference
 
Methods inherited from interface org.infai.emo.matcher.diff.DiffElement
getDiffType, setDiffType
 
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

getLeftAttribute

org.eclipse.emf.ecore.EAttribute getLeftAttribute()
Returns the value of the 'Left Attribute' reference.

If the meaning of the 'Left Attribute' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left Attribute' reference.
See Also:
setLeftAttribute(EAttribute), DiffPackage.getChangeAttribute_LeftAttribute()

setLeftAttribute

void setLeftAttribute(org.eclipse.emf.ecore.EAttribute value)
Sets the value of the 'Left Attribute' reference.

Parameters:
value - the new value of the 'Left Attribute' reference.
See Also:
getLeftAttribute()

getRightAttribute

org.eclipse.emf.ecore.EAttribute getRightAttribute()
Returns the value of the 'Right Attribute' reference.

If the meaning of the 'Right Attribute' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Right Attribute' reference.
See Also:
setRightAttribute(EAttribute), DiffPackage.getChangeAttribute_RightAttribute()

setRightAttribute

void setRightAttribute(org.eclipse.emf.ecore.EAttribute value)
Sets the value of the 'Right Attribute' reference.

Parameters:
value - the new value of the 'Right Attribute' reference.
See Also:
getRightAttribute()

getLeftElement

org.eclipse.emf.ecore.EObject getLeftElement()
Returns the value of the 'Left Element' reference.

If the meaning of the 'Left Element' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Left Element' reference.
See Also:
setLeftElement(EObject), DiffPackage.getChangeAttribute_LeftElement()

setLeftElement

void setLeftElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Left Element' reference.

Parameters:
value - the new value of the 'Left Element' reference.
See Also:
getLeftElement()

getRightElement

org.eclipse.emf.ecore.EObject getRightElement()
Returns the value of the 'Right Element' reference.

If the meaning of the 'Right Element' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Right Element' reference.
See Also:
setRightElement(EObject), DiffPackage.getChangeAttribute_RightElement()

setRightElement

void setRightElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Right Element' reference.

Parameters:
value - the new value of the 'Right Element' reference.
See Also:
getRightElement()