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
A representation of the model object 'Bsl Module Comparison Node'.
The following features are supported:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode>
boolean
Returns the value of the 'Ancestor Content Binary' attribute.boolean
boolean
Returns the value of the 'Main Content Binary' attribute.boolean
Returns the value of the 'Other Content Binary' attribute.boolean
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, 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.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 Details
-
isParseModuleStructure
boolean isParseModuleStructure()Returns the value of the 'Parse Module Structure' attribute.- Returns:
- the value of the 'Parse Module Structure' attribute.
- See Also:
-
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:
-
isMainContentBinary
boolean isMainContentBinary()Returns the value of the 'Main Content Binary' attribute.- Returns:
- the value of the 'Main Content Binary' attribute.
- See Also:
-
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:
-
isOtherContentBinary
boolean isOtherContentBinary()Returns the value of the 'Other Content Binary' attribute.- Returns:
- the value of the 'Other Content Binary' attribute.
- See Also:
-
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:
-
isAncestorContentBinary
boolean isAncestorContentBinary()Returns the value of the 'Ancestor Content Binary' attribute.- Returns:
- the value of the 'Ancestor Content Binary' attribute.
- See Also:
-
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:
-
isContentBinary
-
getChildren
org.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode> getChildren()- Specified by:
getChildren
in interfaceComparisonNode
-