org.infai.emo.matcher.diff
Interface DiffElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AddDelModelElement, ChangeAttribute, ChangeReference, Group, MoveModelElement
All Known Implementing Classes:
AddDelModelElementImpl, ChangeAttributeImpl, ChangeReferenceImpl, DiffElementImpl, GroupImpl, MoveModelElementImpl

public interface DiffElement
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Element'.

The following features are supported:

See Also:
DiffPackage.getDiffElement()

Method Summary
 DifferenceType getDiffType()
          Returns the value of the 'Diff Type' attribute.
 void setDiffType(DifferenceType value)
          Sets the value of the 'Diff Type' attribute
 
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

getDiffType

DifferenceType getDiffType()
Returns the value of the 'Diff Type' attribute. The default value is "Change". The literals are from the enumeration DifferenceType.

If the meaning of the 'Diff Type' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Diff Type' attribute.
See Also:
DifferenceType, setDiffType(DifferenceType), DiffPackage.getDiffElement_DiffType()

setDiffType

void setDiffType(DifferenceType value)
Sets the value of the 'Diff Type' attribute.

Parameters:
value - the new value of the 'Diff Type' attribute.
See Also:
DifferenceType, getDiffType()