Package com._1c.g5.v8.dt.compare.model
Interface ContainmentCollectionElementComparisonNode
-
- All Superinterfaces:
CollectionElementComparisonNode
,ComparisonNode
,org.eclipse.emf.ecore.EObject
,IBmObject
,MatchedObjectsComparisonNode
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ContainmentCollectionElementImplComparisonNode
- All Known Implementing Classes:
ContainmentCollectionElementComparisonNodeImpl
,ContainmentCollectionElementImplComparisonNodeImpl
public interface ContainmentCollectionElementComparisonNode extends CollectionElementComparisonNode
A representation of the model object 'Containment Collection Element Comparison Node'. * A node related to an element in the containment collection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainmentCollectionComparisonNode
getParent()
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.CollectionElementComparisonNode
getAncestorPosition, getLeftNeighbour, getMainPosition, getOtherPosition, getParentCollectionFeature, getPosition, getPositionAfterMerge, setAncestorPosition, setLeftNeighbour, setMainPosition, setOtherPosition, setParentCollectionFeature, setPosition, setPositionAfterMerge
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNode
getChildren, getComparisonFlags, getContainmentChildren, getMergeSettings, getNodeSide, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, isOneSideNode, isOneSideParent, isOtherObjectToBeAdded, setComparisonFlags, setMainObjectToBeDeleted, setMergeSettings, setModifiedOnOther, setOneSideParent, setOtherObjectToBeAdded
-
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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.MatchedObjectsComparisonNode
getAncestorObjectId, getAncestorPathToTopParent, getMainObjectId, getMainPathToTopParent, getObjectId, getObjectsEClassId, getOtherObjectId, getOtherPathToTopParent, getPathToTopParent, isAncestorObjectExists, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
-
-
-
-
Method Detail
-
getParent
ContainmentCollectionComparisonNode getParent()
- Specified by:
getParent
in interfaceCollectionElementComparisonNode
- Specified by:
getParent
in interfaceComparisonNode
-
-