Package com._1c.g5.v8.dt.bsl.compare
Interface BslModuleCustomMergeSettings
- All Superinterfaces:
CustomMergeSettings
,org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
BslModuleCustomMergeSettingsImpl
A representation of the model object 'Bsl Module Custom Merge Settings'.
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 TypeMethodDescriptionReturns the value of the 'Custom Merge Result' attribute.org.eclipse.emf.common.util.EList<MergeConflict>
Returns the value of the 'Merge Conflicts' containment reference list.void
setCustomMergeResult
(String value) Sets the value of the 'Custom Merge Result
' attribute.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, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getCustomMergeResult
String getCustomMergeResult()Returns the value of the 'Custom Merge Result' attribute. * If user makes a custom merge with manual fixes in the result module code, store it here.- Returns:
- the value of the 'Custom Merge Result' attribute.
- See Also:
-
setCustomMergeResult
Sets the value of the 'Custom Merge Result
' attribute.- Parameters:
value
- the new value of the 'Custom Merge Result' attribute.- See Also:
-
getMergeConflicts
org.eclipse.emf.common.util.EList<MergeConflict> getMergeConflicts()Returns the value of the 'Merge Conflicts' containment reference list. The list contents are of typeMergeConflict
. * If user makes a custom merge with manual fixes in the result module code, store actual merge conflicts.- Returns:
- the value of the 'Merge Conflicts' containment reference list.
- See Also:
-