Package com._1c.g5.v8.dt.md.compare
Interface ChildMdObjectComparisonNode
- 
- All Superinterfaces:
- CollectionElementComparisonNode,- ComparisonNode,- org.eclipse.emf.ecore.EObject,- FeatureCollectionElementComparisonNode,- IBmObject,- IMatchingSymlinks,- MatchedObjectsComparisonNode,- MdObjectCollectionElementComparisonNode,- MdObjectComparisonNode,- org.eclipse.emf.common.notify.Notifier,- SymlinkComparisonNode,- TopComparisonNode
 - All Known Implementing Classes:
- ChildMdObjectComparisonNodeImpl
 
 public interface ChildMdObjectComparisonNode extends MdObjectCollectionElementComparisonNode A representation of the model object 'Child Md Object Comparison Node'. * A node related to a triple of child (non-top) MD objects. Such objects always lie in some containment collection.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChildMdCollectionComparisonNodegetParent()- 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.CollectionElementComparisonNodegetAncestorPosition, getLeftNeighbour, getMainPosition, getOtherPosition, getPosition, getPositionAfterMerge, setAncestorPosition, setLeftNeighbour, setMainPosition, setOtherPosition, setPosition, setPositionAfterMerge
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNodegetChildren, getComparisonFlags, getContainmentChildren, getMergeSettings, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, isOneSideParent, isOtherObjectToBeAdded, setComparisonFlags, setMainObjectToBeDeleted, setMergeSettings, setModifiedOnOther, setOneSideParent, setOtherObjectToBeAdded
 - 
Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.FeatureCollectionElementComparisonNodegetParentCollectionFeature, setParentCollectionFeature
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.MatchedObjectsComparisonNodegetAncestorObjectId, getAncestorPathToTopParent, getMainObjectId, getMainPathToTopParent, getObjectId, getObjectsEClassId, getOtherObjectId, getOtherPathToTopParent, getPathToTopParent, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.SymlinkComparisonNodegetCommonAncestorSymlink, getMainSymlink, getOtherSymlink, getSymlink, setCommonAncestorSymlink, setMainSymlink, setOtherSymlink
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.TopComparisonNodegetComparisonStatus, getMainObjectOnSupport, getNodeSide, getOtherObjectOnSupport, getTopAncestor, getTopDescendants, isAncestorObjectExists, isOneSideNode, setComparisonStatus, setMainObjectOnSupport, setOtherObjectOnSupport, setParent, setTopAncestor
 
- 
 
- 
- 
- 
Method Detail- 
getParentChildMdCollectionComparisonNode getParent() - Specified by:
- getParentin interface- CollectionElementComparisonNode
- Specified by:
- getParentin interface- ComparisonNode
- Specified by:
- getParentin interface- FeatureCollectionElementComparisonNode
- Specified by:
- getParentin interface- MdObjectCollectionElementComparisonNode
- Specified by:
- getParentin interface- TopComparisonNode
- Returns:
- the value of the 'Parent' reference.
- See Also:
- TopComparisonNode.setParent(ComparisonNode),- ComparePackage.getTopComparisonNode_Parent(),- ComparisonNode.getTopChildren()
 
 
- 
 
-