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

All Superinterfaces:
DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ReferenceChange
All Known Subinterfaces:
AddReferenceValue, RemoteRemoveReferenceValue
All Known Implementing Classes:
AddReferenceValueImpl, ReferenceChangeRightTargetImpl, RemoteRemoveReferenceValueImpl

public interface ReferenceChangeRightTarget
extends ReferenceChange

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

The following features are supported:

See Also:
DiffPackage.getReferenceChangeRightTarget()

Method Summary
 org.eclipse.emf.ecore.EObject getLeftAddedTarget()
          Returns the value of the 'Left Added Target' reference.
 org.eclipse.emf.ecore.EObject getRightAddedTarget()
          Returns the value of the 'Right Added Target' reference.
 void setLeftAddedTarget(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Added Target' reference.
 void setRightAddedTarget(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Added Target' reference.
 
Methods inherited from interface org.eclipse.emf.compare.diff.metamodel.ReferenceChange
getLeftElement, getReference, getRightElement, setLeftElement, setReference, 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

getLeftAddedTarget

org.eclipse.emf.ecore.EObject getLeftAddedTarget()
Returns the value of the 'Left Added Target' reference.

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

Returns:
the value of the 'Left Added Target' reference.
See Also:
setLeftAddedTarget(EObject), DiffPackage.getReferenceChangeRightTarget_LeftAddedTarget()

getRightAddedTarget

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

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

Returns:
the value of the 'Right Added Target' reference.
See Also:
setRightAddedTarget(EObject), DiffPackage.getReferenceChangeRightTarget_RightAddedTarget()

setLeftAddedTarget

void setLeftAddedTarget(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Left Added Target' reference.

Parameters:
value - the new value of the 'Left Added Target' reference.
See Also:
getLeftAddedTarget()

setRightAddedTarget

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

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

Copyright 2006 IBM Corporation and others.
All Rights Reserved.