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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCustomMergeResult()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.voidsetCustomMergeResult(String value)Sets the value of the 'Custom Merge Result' attribute.- 
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.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getCustomMergeResultString 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()
 
 - 
setCustomMergeResultvoid 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()
 
 - 
getMergeConflictsorg.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()
 
 
- 
 
-