Package com._1c.g5.v8.dt.compare.model
Interface ContainmentCollectionComparisonNode
- 
- All Superinterfaces:
- CollectionComparisonNode,- ComparisonNode,- ContainmentFeatureComparisonNode,- org.eclipse.emf.ecore.EObject,- FeatureCollectionComparisonNode,- FeatureComparisonNode,- IBmObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- ContainmentCollectionImplComparisonNode
 - All Known Implementing Classes:
- ContainmentCollectionComparisonNodeImpl,- ContainmentCollectionImplComparisonNodeImpl
 
 public interface ContainmentCollectionComparisonNode extends FeatureCollectionComparisonNode, ContainmentFeatureComparisonNode A representation of the model object 'Containment Collection Comparison Node'. * A node related to some containment collection. Example: contains EventHandler[] handlers
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContainmentCollectionElementComparisonNode>getChildren()- 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNodegetComparisonFlags, getContainmentChildren, getMergeSettings, getNodeSide, getParent, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, isOneSideNode, 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.FeatureCollectionComparisonNodeisAncestorObjectExists, setAncestorObjectExists
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.FeatureComparisonNodegetFeature, setFeature
 - 
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
 
- 
 
- 
- 
- 
Method Detail- 
getChildrenorg.eclipse.emf.common.util.EList<ContainmentCollectionElementComparisonNode> getChildren() - Specified by:
- getChildrenin interface- CollectionComparisonNode
- Specified by:
- getChildrenin interface- ComparisonNode
- Specified by:
- getChildrenin interface- FeatureCollectionComparisonNode
 
 
- 
 
-