org.infai.emo.matcher.map
Interface NotMappedElement

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
NotMappedElementImpl

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

A representation of the model object 'Not Mapped Element'.

The following features are supported:

See Also:
MapPackage.getNotMappedElement()

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

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), MapPackage.getNotMappedElement_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()

isInLeftModel

boolean isInLeftModel()
Returns the value of the 'In Left Model' attribute. The default value is "true".

If the meaning of the 'In Left Model' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'In Left Model' attribute.
See Also:
setInLeftModel(boolean), MapPackage.getNotMappedElement_InLeftModel()

setInLeftModel

void setInLeftModel(boolean value)
Sets the value of the 'In Left Model' attribute.

Parameters:
value - the new value of the 'In Left Model' attribute.
See Also:
isInLeftModel()