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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAncestorQualifyingType()Returns the value of the 'Ancestor Qualifying Type' attribute.StringgetMainQualifyingType()Returns the value of the 'Main Qualifying Type' attribute.StringgetOtherQualifyingType()Returns the value of the 'Other Qualifying Type' attribute.StringgetQualifyingType(ComparisonSide side)voidsetAncestorQualifyingType(String value)Sets the value of the 'Ancestor Qualifying Type' attribute.voidsetMainQualifyingType(String value)Sets the value of the 'Main Qualifying Type' attribute.voidsetOtherQualifyingType(String value)Sets the value of the 'Other Qualifying Type' attribute.- 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNodegetChildren, getComparisonFlags, getContainmentChildren, getMergeSettings, getTopChildren, hasChildren, isMainObjectToBeDeleted, isModifiedOnOther, 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.dt.compare.model.FeatureComparisonNodegetFeature, setFeature
 - 
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, setAncestorObjectExists, setAncestorObjectId, setMainObjectId, setObjectId, setObjectsEClassId, setOtherObjectId
 - 
Methods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.SymlinkComparisonNodegetCommonAncestorSymlink, getMainSymlink, getOtherSymlink, getSymlink, setCommonAncestorSymlink, setMainSymlink, setOtherSymlink
 - 
Methods inherited from interface com._1c.g5.v8.dt.compare.model.TopComparisonNodegetComparisonStatus, getMainObjectOnSupport, getNodeSide, getOtherObjectOnSupport, getParent, getTopAncestor, getTopDescendants, isAncestorObjectExists, isOneSideNode, setComparisonStatus, setMainObjectOnSupport, setOtherObjectOnSupport, setParent, setTopAncestor
 
- 
 
- 
- 
- 
Method Detail- 
getMainQualifyingTypeString 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()
 
 - 
setMainQualifyingTypevoid 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()
 
 - 
getOtherQualifyingTypeString 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()
 
 - 
setOtherQualifyingTypevoid 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()
 
 - 
getAncestorQualifyingTypeString 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()
 
 - 
setAncestorQualifyingTypevoid 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()
 
 - 
getQualifyingTypeString getQualifyingType(ComparisonSide side) 
 
- 
 
-