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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode>getChildren()booleanisAncestorContentBinary()Returns the value of the 'Ancestor Content Binary' attribute.booleanisContentBinary(ComparisonSide side)booleanisMainContentBinary()Returns the value of the 'Main Content Binary' attribute.booleanisOtherContentBinary()Returns the value of the 'Other Content Binary' attribute.booleanisParseModuleStructure()Returns 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.ComparisonNodegetComparisonFlags, 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- 
isParseModuleStructureboolean 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()
 
 - 
setParseModuleStructurevoid 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()
 
 - 
isMainContentBinaryboolean 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()
 
 - 
setMainContentBinaryvoid 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()
 
 - 
isOtherContentBinaryboolean 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()
 
 - 
setOtherContentBinaryvoid 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()
 
 - 
isAncestorContentBinaryboolean 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()
 
 - 
setAncestorContentBinaryvoid 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()
 
 - 
isContentBinaryboolean isContentBinary(ComparisonSide side) 
 - 
getChildrenorg.eclipse.emf.common.util.EList<BslModuleSectionComparisonNode> getChildren() - Specified by:
- getChildrenin interface- ComparisonNode
 
 
- 
 
-