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

All Superinterfaces:
AttributeChange, DiffElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
RemoteAddAttribute, RemoveAttribute
All Known Implementing Classes:
AttributeChangeLeftTargetImpl, RemoteAddAttributeImpl, RemoveAttributeImpl

public interface AttributeChangeLeftTarget
extends AttributeChange

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

The following features are supported:

See Also:
DiffPackage.getAttributeChangeLeftTarget()

Method Summary
 org.eclipse.emf.ecore.EObject getLeftTarget()
          Returns the value of the 'Left Target' reference
 void setLeftTarget(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left 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

getLeftTarget

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

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

Returns:
the value of the 'Left Target' reference.
See Also:
setLeftTarget(EObject), DiffPackage.getAttributeChangeLeftTarget_LeftTarget()

setLeftTarget

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

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

Copyright 2006 IBM Corporation and others.
All Rights Reserved.