org.eclipse.emf.compare.match.metamodel
Interface UnMatchElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
RemoteUnMatchElement
All Known Implementing Classes:
RemoteUnMatchElementImpl, UnMatchElementImpl

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

A representation of the model object 'Un Match Element'.

The following features are supported:

See Also:
MatchPackage.getUnMatchElement()

Method Summary
 org.eclipse.emf.ecore.EObject getElement()
          Returns the value of the 'Element' reference
 void setElement(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Element' reference
 
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

getElement

org.eclipse.emf.ecore.EObject getElement()
Returns the value of the 'Element' reference.

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

Returns:
the value of the 'Element' reference.
See Also:
setElement(EObject), MatchPackage.getUnMatchElement_Element()

setElement

void setElement(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Element' reference.

Parameters:
value - the new value of the 'Element' reference.
See Also:
getElement()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.