Package com._1c.g5.v8.dt.bsl.compare
Interface BslModuleComparisonNode
-
- 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:
BslModuleComparisonNodeImpl
public interface BslModuleComparisonNode extends ExternalPropertyComparisonNode
A representation of the model object 'Bsl Module Comparison Node'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode>
getChildren()
boolean
isAncestorContentBinary()
Returns the value of the 'Ancestor Content Binary' attribute.boolean
isContentBinary(ComparisonSide side)
boolean
isMainContentBinary()
Returns the value of the 'Main Content Binary' attribute.boolean
isOtherContentBinary()
Returns the value of the 'Other Content Binary' attribute.boolean
isParseModuleStructure()
Returns the value of the 'Parse Module Structure' attribute.void
setAncestorContentBinary(boolean value)
Sets the value of the 'Ancestor Content Binary
' attribute.void
setMainContentBinary(boolean value)
Sets the value of the 'Main Content Binary
' attribute.void
setOtherContentBinary(boolean value)
Sets the value of the 'Other Content Binary
' attribute.void
setParseModuleStructure(boolean value)
Sets the value of the 'Parse Module Structure
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonNode
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
-
isParseModuleStructure
boolean isParseModuleStructure()
Returns the value of the 'Parse Module Structure' attribute.- Returns:
- the value of the 'Parse Module Structure' attribute.
- See Also:
setParseModuleStructure(boolean)
,BslComparePackage.getBslModuleComparisonNode_ParseModuleStructure()
-
setParseModuleStructure
void setParseModuleStructure(boolean value)
Sets the value of the 'Parse Module Structure
' attribute.- Parameters:
value
- the new value of the 'Parse Module Structure' attribute.- See Also:
isParseModuleStructure()
-
isMainContentBinary
boolean isMainContentBinary()
Returns the value of the 'Main Content Binary' attribute.- Returns:
- the value of the 'Main Content Binary' attribute.
- See Also:
setMainContentBinary(boolean)
,BslComparePackage.getBslModuleComparisonNode_MainContentBinary()
-
setMainContentBinary
void setMainContentBinary(boolean value)
Sets the value of the 'Main Content Binary
' attribute.- Parameters:
value
- the new value of the 'Main Content Binary' attribute.- See Also:
isMainContentBinary()
-
isOtherContentBinary
boolean isOtherContentBinary()
Returns the value of the 'Other Content Binary' attribute.- Returns:
- the value of the 'Other Content Binary' attribute.
- See Also:
setOtherContentBinary(boolean)
,BslComparePackage.getBslModuleComparisonNode_OtherContentBinary()
-
setOtherContentBinary
void setOtherContentBinary(boolean value)
Sets the value of the 'Other Content Binary
' attribute.- Parameters:
value
- the new value of the 'Other Content Binary' attribute.- See Also:
isOtherContentBinary()
-
isAncestorContentBinary
boolean isAncestorContentBinary()
Returns the value of the 'Ancestor Content Binary' attribute.- Returns:
- the value of the 'Ancestor Content Binary' attribute.
- See Also:
setAncestorContentBinary(boolean)
,BslComparePackage.getBslModuleComparisonNode_AncestorContentBinary()
-
setAncestorContentBinary
void setAncestorContentBinary(boolean value)
Sets the value of the 'Ancestor Content Binary
' attribute.- Parameters:
value
- the new value of the 'Ancestor Content Binary' attribute.- See Also:
isAncestorContentBinary()
-
isContentBinary
boolean isContentBinary(ComparisonSide side)
-
getChildren
org.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode> getChildren()
- Specified by:
getChildren
in interfaceComparisonNode
-
-