Package com._1c.g5.v8.dt.bsl.compare
Interface BslModuleComparisonNode
-
- All Superinterfaces:
BmTopComparisonNode
,ComparisonTreeNode
,org.eclipse.emf.ecore.EObject
,IBmObject
,IMatchingSymlinks
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BslModuleComparisonNodeImpl
public interface BslModuleComparisonNode extends BmTopComparisonNode
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 MergeRule
getSectionOrderRule()
Returns the value of the 'Section Order Rule' attribute.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.void
setSectionOrderRule(MergeRule value)
Sets the value of the 'Section Order Rule
' attribute.-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.BmTopComparisonNode
getBmTopAncestor, getBmTopDescendants, getCommonAncestorSymlink, getComparisonStatus, getDepth, getMainObjectOnSupport, getMainSymlink, getNodeSide, getOtherObjectOnSupport, getOtherSymlink, getParent, getSymlink, hasAncestor, isOneSideNode, setBmTopAncestor, setCommonAncestorSymlink, setComparisonStatus, setDepth, setMainObjectOnSupport, setMainSymlink, setOtherObjectOnSupport, setOtherSymlink, setParent
-
Methods inherited from interface com._1c.g5.v8.dt.compare.model.ComparisonTreeNode
getBmTopChildren, getChildren, getComparisonFlags, getContainmentChildren, getCustomSettings, getEClassId, getLeftNeighbour, getManyFeaturePosition, getMergeSettings, getRelatedFeature, hasChildren, isMainObjectToBeDeleted, isOneSideParent, isOtherObjectToBeAdded, isPermanentChild, setComparisonFlags, setCustomSettings, setEClassId, setLeftNeighbour, setMainObjectToBeDeleted, setManyFeaturePosition, setMergeSettings, setOneSideParent, setOtherObjectToBeAdded, setPermanentChild, setRelatedFeature
-
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
-
-
-
-
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()
-
getSectionOrderRule
MergeRule getSectionOrderRule()
Returns the value of the 'Section Order Rule' attribute. The literals are from the enumerationMergeRule
.- Returns:
- the value of the 'Section Order Rule' attribute.
- See Also:
MergeRule
,setSectionOrderRule(MergeRule)
,BslComparePackage.getBslModuleComparisonNode_SectionOrderRule()
-
setSectionOrderRule
void setSectionOrderRule(MergeRule value)
Sets the value of the 'Section Order Rule
' attribute.- Parameters:
value
- the new value of the 'Section Order Rule' attribute.- See Also:
MergeRule
,getSectionOrderRule()
-
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)
-
-