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
public interface BslModuleCustomMergeSettings extends CustomMergeSettings
A representation of the model object 'Bsl Module Custom Merge Settings'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomMergeResult()
Returns the value of the 'Custom Merge Result' attribute.org.eclipse.emf.common.util.EList<MergeConflict>
getMergeConflicts()
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, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmListBinaryData, bmReadBinaryData, bmRemoveBinaryData, bmSetProperty, bmWriteBinaryData
-
-
-
-
Method Detail
-
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(String)
,BslComparePackage.getBslModuleCustomMergeSettings_CustomMergeResult()
-
setCustomMergeResult
void setCustomMergeResult(String value)
Sets the value of the 'Custom Merge Result
' attribute.- Parameters:
value
- the new value of the 'Custom Merge Result' attribute.- See Also:
getCustomMergeResult()
-
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:
BslComparePackage.getBslModuleCustomMergeSettings_MergeConflicts()
-
-