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

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

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

A representation of the model object 'Unmatch Model'.

The following features are supported:

See Also:
MatchPackage.getUnmatchModel()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getRoots()
          Returns the value of the 'Roots' reference list.
 Side getSide()
          Returns the value of the 'Side' attribute.
 boolean isRemote()
          Returns the value of the 'Remote' attribute
 void setRemote(boolean value)
          Sets the value of the 'Remote' attribute
 void setSide(Side value)
          Sets the value of the 'Side' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRoots

org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getRoots()
Returns the value of the 'Roots' reference list. The list contents are of type EObject.

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

Returns:
the value of the 'Roots' reference list.
See Also:
MatchPackage.getUnmatchModel_Roots()

isRemote

boolean isRemote()
Returns the value of the 'Remote' attribute.

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

Returns:
the value of the 'Remote' attribute.
See Also:
setRemote(boolean), MatchPackage.getUnmatchModel_Remote()

setRemote

void setRemote(boolean value)
Sets the value of the 'Remote' attribute.

Parameters:
value - the new value of the 'Remote' attribute.
See Also:
isRemote()

getSide

Side getSide()
Returns the value of the 'Side' attribute. The literals are from the enumeration Side.

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

Returns:
the value of the 'Side' attribute.
See Also:
Side, setSide(Side), MatchPackage.getUnmatchModel_Side()

setSide

void setSide(Side value)
Sets the value of the 'Side' attribute.

Parameters:
value - the new value of the 'Side' attribute.
See Also:
Side, getSide()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.