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

All Superinterfaces:
DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ReferenceChange
All Known Subinterfaces:
RemoteAddReferenceValue, RemoveReferenceValue
All Known Implementing Classes:
ReferenceChangeLeftTargetImpl, RemoteAddReferenceValueImpl, RemoveReferenceValueImpl

public interface ReferenceChangeLeftTarget
extends ReferenceChange

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

The following features are supported:

See Also:
DiffPackage.getReferenceChangeLeftTarget()

Method Summary
 org.eclipse.emf.ecore.EObject getLeftRemovedTarget()
          Returns the value of the 'Left Removed Target' reference
 org.eclipse.emf.ecore.EObject getRightRemovedTarget()
          Returns the value of the 'Right Removed Target' reference
 void setLeftRemovedTarget(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Removed Target' reference
 void setRightRemovedTarget(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Right Removed 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

getLeftRemovedTarget

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

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

Returns:
the value of the 'Left Removed Target' reference.
See Also:
setLeftRemovedTarget(EObject), DiffPackage.getReferenceChangeLeftTarget_LeftRemovedTarget()

getRightRemovedTarget

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

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

Returns:
the value of the 'Right Removed Target' reference.
See Also:
setRightRemovedTarget(EObject), DiffPackage.getReferenceChangeLeftTarget_RightRemovedTarget()

setLeftRemovedTarget

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

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

setRightRemovedTarget

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

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

Copyright 2006 IBM Corporation and others.
All Rights Reserved.