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>booleanReturns the value of the 'Ancestor Content Binary' attribute.booleanbooleanReturns the value of the 'Main Content Binary' attribute.booleanReturns the value of the 'Other Content Binary' attribute.booleanReturns the value of the 'Parse Module Structure' attribute.voidsetAncestorContentBinary(boolean value) Sets the value of the 'Ancestor Content Binary' attribute.voidsetMainContentBinary(boolean value) Sets the value of the 'Main Content Binary' attribute.voidsetOtherContentBinary(boolean value) Sets the value of the 'Other Content Binary' attribute.voidsetParseModuleStructure(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, setOtherObjectToBeAddedMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface com._1c.g5.v8.dt.compare.model.FeatureComparisonNode
getFeature, setFeatureMethods 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, bmSetPropertyMethods 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, setOtherObjectIdMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface com._1c.g5.v8.dt.compare.model.SymlinkComparisonNode
getCommonAncestorSymlink, getMainSymlink, getOtherSymlink, getSymlink, setCommonAncestorSymlink, setMainSymlink, setOtherSymlinkMethods 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:
getChildrenin interfaceComparisonNode
-