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
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.
See
SingleReferenceFeatureComparisonNode
, ReferenceCollectionElementComparisonNode
.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Ancestor Ref Symlink' attribute.Returns the value of the 'Main Ref Symlink' attribute.Returns the value of the 'Other Ref Symlink' attribute.getRefSymlink
(ComparisonSide side) void
Sets the value of the 'Ancestor Ref Symlink
' attribute.void
setMainRefSymlink
(UniqueSymlink value) Sets the value of the 'Main Ref Symlink
' attribute.void
setOtherRefSymlink
(UniqueSymlink value) Sets the value of the 'Other Ref Symlink
' attribute.Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNode
getChildren, 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.bm.core.IBmObject
bmGetEngine, 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.MatchedObjectsComparisonNode
getAncestorObjectId, getAncestorPathToTopParent, getMainObjectId, getMainPathToTopParent, getObjectId, getObjectsEClassId, getOtherObjectId, getOtherPathToTopParent, getPathToTopParent, isAncestorObjectExists, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMainRefSymlink
UniqueSymlink getMainRefSymlink()Returns the value of the 'Main Ref Symlink' attribute.- Returns:
- the value of the 'Main Ref Symlink' attribute.
- See Also:
-
setMainRefSymlink
Sets the value of the 'Main Ref Symlink
' attribute.- Parameters:
value
- the new value of the 'Main Ref Symlink' attribute.- See Also:
-
getOtherRefSymlink
UniqueSymlink getOtherRefSymlink()Returns the value of the 'Other Ref Symlink' attribute.- Returns:
- the value of the 'Other Ref Symlink' attribute.
- See Also:
-
setOtherRefSymlink
Sets the value of the 'Other Ref Symlink
' attribute.- Parameters:
value
- the new value of the 'Other Ref Symlink' attribute.- See Also:
-
getAncestorRefSymlink
UniqueSymlink getAncestorRefSymlink()Returns the value of the 'Ancestor Ref Symlink' attribute.- Returns:
- the value of the 'Ancestor Ref Symlink' attribute.
- See Also:
-
setAncestorRefSymlink
Sets the value of the 'Ancestor Ref Symlink
' attribute.- Parameters:
value
- the new value of the 'Ancestor Ref Symlink' attribute.- See Also:
-
getRefSymlink
-