Package com._1c.g5.v8.dt.md.compare
Interface MdObjectCollectionElementComparisonNode
-
- All Superinterfaces:
CollectionElementComparisonNode
,ComparisonNode
,org.eclipse.emf.ecore.EObject
,IBmObject
,IMatchingSymlinks
,MatchedObjectsComparisonNode
,MdObjectComparisonNode
,org.eclipse.emf.common.notify.Notifier
,SymlinkComparisonNode
,TopComparisonNode
- All Known Subinterfaces:
ChildMdObjectComparisonNode
,TopMdObjectCollectionElementComparisonNode
- All Known Implementing Classes:
ChildMdObjectComparisonNodeImpl
,MdObjectCollectionElementComparisonNodeImpl
,TopMdObjectCollectionElementComparisonNodeImpl
public interface MdObjectCollectionElementComparisonNode extends MdObjectComparisonNode, CollectionElementComparisonNode
A representation of the model object 'Md Object Collection Element Comparison Node'. * A node related to an element in a collection of MD objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MdCollectionComparisonNode
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, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, 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, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.SymlinkComparisonNode
getCommonAncestorSymlink, getMainSymlink, getOtherSymlink, getSymlink, setCommonAncestorSymlink, setMainSymlink, setOtherSymlink
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.TopComparisonNode
getComparisonStatus, getMainObjectOnSupport, getNodeSide, getOtherObjectOnSupport, getTopAncestor, getTopDescendants, isAncestorObjectExists, isOneSideNode, setComparisonStatus, setMainObjectOnSupport, setOtherObjectOnSupport, setParent, setTopAncestor
-
-
-
-
Method Detail
-
getParent
MdCollectionComparisonNode getParent()
- Specified by:
getParent
in interfaceCollectionElementComparisonNode
- Specified by:
getParent
in interfaceComparisonNode
- Specified by:
getParent
in interfaceTopComparisonNode
- Returns:
- the value of the 'Parent' reference.
- See Also:
TopComparisonNode.setParent(ComparisonNode)
,ComparePackage.getTopComparisonNode_Parent()
,ComparisonNode.getTopChildren()
-
-