org.eclipse.emf.compare.diff.metamodel
Interface AttributeChange

All Superinterfaces:
DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AttributeChangeLeftTarget, AttributeChangeRightTarget, UpdateAttribute
All Known Implementing Classes:
AttributeChangeImpl, AttributeChangeLeftTargetImpl, AttributeChangeRightTargetImpl, UpdateAttributeImpl

public interface AttributeChange
extends DiffElement

A representation of the model object 'Attribute Change'. Superclass of elements describing difference between the values of a given attribute.

The following features are supported:

See Also:
DiffPackage.getAttributeChange()

Method Summary
 org.eclipse.emf.ecore.EAttribute getAttribute()
          Returns the value of the 'Attribute' reference
 org.eclipse.emf.ecore.EObject getLeftElement()
          Returns the value of the 'Left Element' reference
 org.eclipse.emf.ecore.EObject getRightElement()
          Returns the value of the 'Right Element' reference
 void setAttribute(org.eclipse.emf.ecore.EAttribute value)
          Sets the value of the 'Attribute' reference
 void setLeftElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Element' reference
 void setRightElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Element' reference
 
Methods inherited from interface org.eclipse.emf.compare.diff.metamodel.DiffElement
getIsHiddenBy, getKind, getSubDiffElements, isConflicting, isRemote, setRemote
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAttribute

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

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

Returns:
the value of the 'Attribute' reference.
See Also:
setAttribute(EAttribute), DiffPackage.getAttributeChange_Attribute()

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.getAttributeChange_LeftElement()

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.getAttributeChange_RightElement()

setAttribute

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

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

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()

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()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.