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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UniqueSymlink
getAncestorRefSymlink()
Returns the value of the 'Ancestor Ref Symlink' attribute.UniqueSymlink
getMainRefSymlink()
Returns the value of the 'Main Ref Symlink' attribute.UniqueSymlink
getOtherRefSymlink()
Returns the value of the 'Other Ref Symlink' attribute.UniqueSymlink
getRefSymlink(ComparisonSide side)
void
setAncestorRefSymlink(UniqueSymlink value)
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
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
-
-
-
-
Method Detail
-
getMainRefSymlink
UniqueSymlink 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()
-
setMainRefSymlink
void 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()
-
getOtherRefSymlink
UniqueSymlink 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()
-
setOtherRefSymlink
void 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()
-
getAncestorRefSymlink
UniqueSymlink 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()
-
setAncestorRefSymlink
void 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()
-
getRefSymlink
UniqueSymlink getRefSymlink(ComparisonSide side)
-
-