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

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

public interface DiffGroup
extends DiffElement

A representation of the model object 'Group'.

The following features are supported:

See Also:
DiffPackage.getDiffGroup()

Method Summary
 org.eclipse.emf.ecore.EObject getLeftParent()
          Returns the value of the 'Left Parent' reference.
 int getSubchanges()
          Returns the value of the 'Subchanges' attribute.
 boolean isSetSubchanges()
          Returns whether the value of the 'Subchanges' attribute is set.
 void setLeftParent(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Left Parent' reference.
 void setSubchanges(int value)
          Sets the value of the 'Subchanges' attribute.
 void unsetSubchanges()
          Unsets the value of the 'Subchanges' attribute.
 
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

getLeftParent

org.eclipse.emf.ecore.EObject getLeftParent()
Returns the value of the 'Left Parent' reference.

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

Returns:
the value of the 'Left Parent' reference.
See Also:
setLeftParent(EObject), DiffPackage.getDiffGroup_LeftParent()

getSubchanges

int getSubchanges()
Returns the value of the 'Subchanges' attribute.

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

Returns:
the value of the 'Subchanges' attribute.
See Also:
isSetSubchanges(), unsetSubchanges(), setSubchanges(int), DiffPackage.getDiffGroup_Subchanges()

isSetSubchanges

boolean isSetSubchanges()
Returns whether the value of the 'Subchanges' attribute is set.

Returns:
whether the value of the 'Subchanges' attribute is set.
See Also:
unsetSubchanges(), getSubchanges(), setSubchanges(int)

setLeftParent

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

Parameters:
value - the new value of the 'Left Parent' reference.
See Also:
getLeftParent()

setSubchanges

void setSubchanges(int value)
Sets the value of the 'Subchanges' attribute.

Parameters:
value - the new value of the 'Subchanges' attribute.
See Also:
isSetSubchanges(), unsetSubchanges(), getSubchanges()

unsetSubchanges

void unsetSubchanges()
Unsets the value of the 'Subchanges' attribute.

See Also:
isSetSubchanges(), getSubchanges(), setSubchanges(int)

Copyright 2006 IBM Corporation and others.
All Rights Reserved.