Package com._1c.g5.v8.dt.compare.model
Interface ReferencedObjectsComparisonNode
- 
- All Superinterfaces:
- ComparisonNode,- org.eclipse.emf.ecore.EObject,- IBmObject,- MatchedObjectsComparisonNode,- org.eclipse.emf.common.notify.Notifier
 - All Known Subinterfaces:
- ReferenceCollectionElementComparisonNode,- ReferenceCollectionElementImplComparisonNode,- SingleReferenceFeatureComparisonNode,- SingleReferenceFeatureImplComparisonNode
 - All Known Implementing Classes:
- ReferenceCollectionElementComparisonNodeImpl,- ReferenceCollectionElementImplComparisonNodeImpl,- ReferencedObjectsComparisonNodeImpl,- SingleReferenceFeatureComparisonNodeImpl,- SingleReferenceFeatureImplComparisonNodeImpl
 
 public interface ReferencedObjectsComparisonNode extends MatchedObjectsComparisonNode A representation of the model object 'Referenced Objects Comparison Node'. * A node related to objects referencing to other objects via a single or many reference feature. SeeSingleReferenceFeatureComparisonNode,ReferenceCollectionElementComparisonNode.The following features are supported: 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UniqueSymlinkgetAncestorRefSymlink()Returns the value of the 'Ancestor Ref Symlink' attribute.UniqueSymlinkgetMainRefSymlink()Returns the value of the 'Main Ref Symlink' attribute.UniqueSymlinkgetOtherRefSymlink()Returns the value of the 'Other Ref Symlink' attribute.UniqueSymlinkgetRefSymlink(ComparisonSide side)voidsetAncestorRefSymlink(UniqueSymlink value)Sets the value of the 'Ancestor Ref Symlink' attribute.voidsetMainRefSymlink(UniqueSymlink value)Sets the value of the 'Main Ref Symlink' attribute.voidsetOtherRefSymlink(UniqueSymlink value)Sets the value of the 'Other Ref Symlink' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNodegetChildren, 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.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- 
getMainRefSymlinkUniqueSymlink getMainRefSymlink() Returns the value of the 'Main Ref Symlink' attribute.- Returns:
- the value of the 'Main Ref Symlink' attribute.
- See Also:
- setMainRefSymlink(UniqueSymlink),- ComparePackage.getReferencedObjectsComparisonNode_MainRefSymlink()
 
 - 
setMainRefSymlinkvoid setMainRefSymlink(UniqueSymlink value) Sets the value of the 'Main Ref Symlink' attribute.- Parameters:
- value- the new value of the 'Main Ref Symlink' attribute.
- See Also:
- getMainRefSymlink()
 
 - 
getOtherRefSymlinkUniqueSymlink getOtherRefSymlink() Returns the value of the 'Other Ref Symlink' attribute.- Returns:
- the value of the 'Other Ref Symlink' attribute.
- See Also:
- setOtherRefSymlink(UniqueSymlink),- ComparePackage.getReferencedObjectsComparisonNode_OtherRefSymlink()
 
 - 
setOtherRefSymlinkvoid setOtherRefSymlink(UniqueSymlink value) Sets the value of the 'Other Ref Symlink' attribute.- Parameters:
- value- the new value of the 'Other Ref Symlink' attribute.
- See Also:
- getOtherRefSymlink()
 
 - 
getAncestorRefSymlinkUniqueSymlink getAncestorRefSymlink() Returns the value of the 'Ancestor Ref Symlink' attribute.- Returns:
- the value of the 'Ancestor Ref Symlink' attribute.
- See Also:
- setAncestorRefSymlink(UniqueSymlink),- ComparePackage.getReferencedObjectsComparisonNode_AncestorRefSymlink()
 
 - 
setAncestorRefSymlinkvoid setAncestorRefSymlink(UniqueSymlink value) Sets the value of the 'Ancestor Ref Symlink' attribute.- Parameters:
- value- the new value of the 'Ancestor Ref Symlink' attribute.
- See Also:
- getAncestorRefSymlink()
 
 - 
getRefSymlinkUniqueSymlink getRefSymlink(ComparisonSide side) 
 
- 
 
-