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

All Superinterfaces:
AttributeChange, DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AddAttribute, RemoteRemoveAttribute
All Known Implementing Classes:
AddAttributeImpl, AttributeChangeRightTargetImpl, RemoteRemoveAttributeImpl

public interface AttributeChangeRightTarget
extends AttributeChange

A representation of the model object 'Attribute Change Right Target'.

The following features are supported:

See Also:
DiffPackage.getAttributeChangeRightTarget()

Method Summary
 org.eclipse.emf.ecore.EObject getRightTarget()
          Returns the value of the 'Right Target' reference
 void setRightTarget(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Target' reference
 
Methods inherited from interface org.eclipse.emf.compare.diff.metamodel.AttributeChange
getAttribute, getLeftElement, getRightElement, setAttribute, setLeftElement, setRightElement
 
Methods inherited from interface org.eclipse.emf.compare.diff.metamodel.DiffElement
getIsHiddenBy, getKind, getSubDiffElements, isConflicting
 
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

getRightTarget

org.eclipse.emf.ecore.EObject getRightTarget()
Returns the value of the 'Right Target' reference.

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

Returns:
the value of the 'Right Target' reference.
See Also:
setRightTarget(EObject), DiffPackage.getAttributeChangeRightTarget_RightTarget()

setRightTarget

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

Parameters:
value - the new value of the 'Right Target' reference.
See Also:
getRightTarget()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.