Package com._1c.g5.v8.dt.compare.model
Interface ReferenceCollectionComparisonNode
-
- All Superinterfaces:
CollectionComparisonNode
,ComparisonNode
,org.eclipse.emf.ecore.EObject
,FeatureComparisonNode
,IBmObject
,org.eclipse.emf.common.notify.Notifier
,ReferenceFeatureComparisonNode
- All Known Subinterfaces:
ReferenceCollectionImplComparisonNode
- All Known Implementing Classes:
ReferenceCollectionComparisonNodeImpl
,ReferenceCollectionImplComparisonNodeImpl
public interface ReferenceCollectionComparisonNode extends CollectionComparisonNode, ReferenceFeatureComparisonNode
A representation of the model object 'Reference Collection Comparison Node'. * A node related to some reference collection. Example: refers FunctionalOption[] functionalOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ReferenceCollectionElementComparisonNode>
getChildren()
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.CollectionComparisonNode
isAncestorObjectExists, setAncestorObjectExists
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNode
getComparisonFlags, 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.EObject
eAllContents, 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.FeatureComparisonNode
getFeature, setFeature
-
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
-
-
-
-
Method Detail
-
getChildren
org.eclipse.emf.common.util.EList<ReferenceCollectionElementComparisonNode> getChildren()
- Specified by:
getChildren
in interfaceCollectionComparisonNode
- Specified by:
getChildren
in interfaceComparisonNode
-
-