Package com._1c.g5.v8.dt.compare.model
Interface SolidResourceComparisonNode
-
- All Superinterfaces:
ComparisonNode
,org.eclipse.emf.ecore.EObject
,ExternalPropertyComparisonNode
,FeatureComparisonNode
,IBmObject
,IMatchingSymlinks
,MatchedObjectsComparisonNode
,org.eclipse.emf.common.notify.Notifier
,SingleFeatureComparisonNode
,SymlinkComparisonNode
,TopComparisonNode
,TopModelObjectsComparisonNode
- All Known Implementing Classes:
SolidResourceComparisonNodeImpl
public interface SolidResourceComparisonNode extends ExternalPropertyComparisonNode
A representation of the model object 'Solid Resource Comparison Node'. * A node related to objects compared as solid resources, not as model objects. Used for objects for which model comparison is not currently supported.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAncestorQualifyingType()
Returns the value of the 'Ancestor Qualifying Type' attribute.String
getMainQualifyingType()
Returns the value of the 'Main Qualifying Type' attribute.String
getOtherQualifyingType()
Returns the value of the 'Other Qualifying Type' attribute.String
getQualifyingType(ComparisonSide side)
void
setAncestorQualifyingType(String value)
Sets the value of the 'Ancestor Qualifying Type
' attribute.void
setMainQualifyingType(String value)
Sets the value of the 'Main Qualifying Type
' attribute.void
setOtherQualifyingType(String value)
Sets the value of the 'Other Qualifying Type
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNode
getChildren, getComparisonFlags, getContainmentChildren, getMergeSettings, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, 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, 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, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.SymlinkComparisonNode
getCommonAncestorSymlink, getMainSymlink, getOtherSymlink, getSymlink, setCommonAncestorSymlink, setMainSymlink, setOtherSymlink
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.TopComparisonNode
getComparisonStatus, getMainObjectOnSupport, getNodeSide, getOtherObjectOnSupport, getParent, getTopAncestor, getTopDescendants, isAncestorObjectExists, isOneSideNode, setComparisonStatus, setMainObjectOnSupport, setOtherObjectOnSupport, setParent, setTopAncestor
-
-
-
-
Method Detail
-
getMainQualifyingType
String getMainQualifyingType()
Returns the value of the 'Main Qualifying Type' attribute.- Returns:
- the value of the 'Main Qualifying Type' attribute.
- See Also:
setMainQualifyingType(String)
,ComparePackage.getSolidResourceComparisonNode_MainQualifyingType()
-
setMainQualifyingType
void setMainQualifyingType(String value)
Sets the value of the 'Main Qualifying Type
' attribute.- Parameters:
value
- the new value of the 'Main Qualifying Type' attribute.- See Also:
getMainQualifyingType()
-
getOtherQualifyingType
String getOtherQualifyingType()
Returns the value of the 'Other Qualifying Type' attribute.- Returns:
- the value of the 'Other Qualifying Type' attribute.
- See Also:
setOtherQualifyingType(String)
,ComparePackage.getSolidResourceComparisonNode_OtherQualifyingType()
-
setOtherQualifyingType
void setOtherQualifyingType(String value)
Sets the value of the 'Other Qualifying Type
' attribute.- Parameters:
value
- the new value of the 'Other Qualifying Type' attribute.- See Also:
getOtherQualifyingType()
-
getAncestorQualifyingType
String getAncestorQualifyingType()
Returns the value of the 'Ancestor Qualifying Type' attribute.- Returns:
- the value of the 'Ancestor Qualifying Type' attribute.
- See Also:
setAncestorQualifyingType(String)
,ComparePackage.getSolidResourceComparisonNode_AncestorQualifyingType()
-
setAncestorQualifyingType
void setAncestorQualifyingType(String value)
Sets the value of the 'Ancestor Qualifying Type
' attribute.- Parameters:
value
- the new value of the 'Ancestor Qualifying Type' attribute.- See Also:
getAncestorQualifyingType()
-
getQualifyingType
String getQualifyingType(ComparisonSide side)
-
-