Package com._1c.g5.v8.dt.compare.model
Interface FeatureCollectionComparisonNode
-
- All Superinterfaces:
CollectionComparisonNode,ComparisonNode,org.eclipse.emf.ecore.EObject,FeatureComparisonNode,IBmObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ChildMdCollectionComparisonNode,ChildMdCollectionImplComparisonNode,ContainmentCollectionComparisonNode,ContainmentCollectionImplComparisonNode,MdCollectionComparisonNode,ReferenceCollectionComparisonNode,ReferenceCollectionImplComparisonNode,TopMdCollectionComparisonNode,TopMdCollectionImplComparisonNode,ValueCollectionComparisonNode,ValueCollectionImplComparisonNode
- All Known Implementing Classes:
ChildMdCollectionComparisonNodeImpl,ChildMdCollectionImplComparisonNodeImpl,ContainmentCollectionComparisonNodeImpl,ContainmentCollectionImplComparisonNodeImpl,FeatureCollectionComparisonNodeImpl,MdCollectionComparisonNodeImpl,ReferenceCollectionComparisonNodeImpl,ReferenceCollectionImplComparisonNodeImpl,TopMdCollectionComparisonNodeImpl,TopMdCollectionImplComparisonNodeImpl,ValueCollectionComparisonNodeImpl,ValueCollectionImplComparisonNodeImpl
public interface FeatureCollectionComparisonNode extends CollectionComparisonNode, FeatureComparisonNode
A representation of the model object 'Feature Collection Comparison Node'. * A node related to some many-feature collection.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<? extends FeatureCollectionElementComparisonNode>getChildren()booleanisAncestorObjectExists()Returns the value of the 'Ancestor Object Exists' attribute.voidsetAncestorObjectExists(boolean value)Sets the value of the 'Ancestor Object Exists' attribute.-
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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
-
-
-
-
Method Detail
-
isAncestorObjectExists
boolean isAncestorObjectExists()
Returns the value of the 'Ancestor Object Exists' attribute.- Specified by:
isAncestorObjectExistsin interfaceComparisonNode- Returns:
- the value of the 'Ancestor Object Exists' attribute.
- See Also:
setAncestorObjectExists(boolean),ComparePackage.getFeatureCollectionComparisonNode_AncestorObjectExists()
-
setAncestorObjectExists
void setAncestorObjectExists(boolean value)
Sets the value of the 'Ancestor Object Exists' attribute.- Parameters:
value- the new value of the 'Ancestor Object Exists' attribute.- See Also:
isAncestorObjectExists()
-
getChildren
org.eclipse.emf.common.util.EList<? extends FeatureCollectionElementComparisonNode> getChildren()
- Specified by:
getChildrenin interfaceCollectionComparisonNode- Specified by:
getChildrenin interfaceComparisonNode
-
-