Uses of Interface
com._1c.g5.v8.dt.bsl.compare.MergeConflict
- 
Packages that use MergeConflict Package Description com._1c.g5.v8.dt.bsl.compare com._1c.g5.v8.dt.bsl.compare.impl com._1c.g5.v8.dt.bsl.compare.util 
- 
- 
Uses of MergeConflict in com._1c.g5.v8.dt.bsl.compareMethods in com._1c.g5.v8.dt.bsl.compare that return MergeConflict Modifier and Type Method Description MergeConflictBslCompareFactory. createMergeConflict()Returns a new object of class 'Merge Conflict'.Methods in com._1c.g5.v8.dt.bsl.compare that return types with arguments of type MergeConflict Modifier and Type Method Description org.eclipse.emf.common.util.EList<MergeConflict>BslModuleCustomMergeSettings. getMergeConflicts()Returns the value of the 'Merge Conflicts' containment reference list.
- 
Uses of MergeConflict in com._1c.g5.v8.dt.bsl.compare.implClasses in com._1c.g5.v8.dt.bsl.compare.impl that implement MergeConflict Modifier and Type Class Description classMergeConflictImplAn implementation of the model object 'Merge Conflict'.Methods in com._1c.g5.v8.dt.bsl.compare.impl that return MergeConflict Modifier and Type Method Description MergeConflictBslCompareFactoryImpl. createMergeConflict()Methods in com._1c.g5.v8.dt.bsl.compare.impl that return types with arguments of type MergeConflict Modifier and Type Method Description org.eclipse.emf.common.util.EList<MergeConflict>BslModuleCustomMergeSettingsImpl. getMergeConflicts()
- 
Uses of MergeConflict in com._1c.g5.v8.dt.bsl.compare.utilMethods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type MergeConflict Modifier and Type Method Description TBslCompareSwitch. caseMergeConflict(MergeConflict object)Returns the result of interpreting the object as an instance of 'Merge Conflict'.
 
-