Package com._1c.g5.v8.dt.compare.model
Interface FeatureCollectionElementComparisonNode
- 
- All Superinterfaces:
- CollectionElementComparisonNode,- ComparisonNode,- org.eclipse.emf.ecore.EObject,- IBmObject,- MatchedObjectsComparisonNode,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- ChildMdObjectComparisonNode,- ContainmentCollectionElementComparisonNode,- ContainmentCollectionElementImplComparisonNode,- MdObjectCollectionElementComparisonNode,- ReferenceCollectionElementComparisonNode,- ReferenceCollectionElementImplComparisonNode,- TopMdObjectCollectionElementComparisonNode,- ValueCollectionElementComparisonNode,- ValueCollectionElementImplComparisonNode
 - All Known Implementing Classes:
- ChildMdObjectComparisonNodeImpl,- ContainmentCollectionElementComparisonNodeImpl,- ContainmentCollectionElementImplComparisonNodeImpl,- FeatureCollectionElementComparisonNodeImpl,- MdObjectCollectionElementComparisonNodeImpl,- ReferenceCollectionElementComparisonNodeImpl,- ReferenceCollectionElementImplComparisonNodeImpl,- TopMdObjectCollectionElementComparisonNodeImpl,- ValueCollectionElementComparisonNodeImpl,- ValueCollectionElementImplComparisonNodeImpl
 
 public interface FeatureCollectionElementComparisonNode extends CollectionElementComparisonNode A representation of the model object 'Feature Collection Element Comparison Node'.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureCollectionComparisonNodegetParent()RelatedFeaturegetParentCollectionFeature()Returns the value of the 'Parent Collection Feature' containment reference.voidsetParentCollectionFeature(RelatedFeature value)Sets the value of the 'Parent Collection Feature' containment reference.- 
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, getNodeSide, 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.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, isAncestorObjectExists, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
 
- 
 
- 
- 
- 
Method Detail- 
getParentCollectionFeatureRelatedFeature getParentCollectionFeature() Returns the value of the 'Parent Collection Feature' containment reference.- Returns:
- the value of the 'Parent Collection Feature' containment reference.
- See Also:
- setParentCollectionFeature(RelatedFeature),- ComparePackage.getFeatureCollectionElementComparisonNode_ParentCollectionFeature()
 
 - 
setParentCollectionFeaturevoid setParentCollectionFeature(RelatedFeature value) Sets the value of the 'Parent Collection Feature' containment reference.- Parameters:
- value- the new value of the 'Parent Collection Feature' containment reference.
- See Also:
- getParentCollectionFeature()
 
 - 
getParentFeatureCollectionComparisonNode getParent() - Specified by:
- getParentin interface- CollectionElementComparisonNode
- Specified by:
- getParentin interface- ComparisonNode
 
 
- 
 
-