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.compare
Methods in com._1c.g5.v8.dt.bsl.compare that return MergeConflict Modifier and Type Method Description MergeConflict
BslCompareFactory. 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.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement MergeConflict Modifier and Type Class Description class
MergeConflictImpl
An 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 MergeConflict
BslCompareFactoryImpl. 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.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type MergeConflict Modifier and Type Method Description T
BslCompareSwitch. caseMergeConflict(MergeConflict object)
Returns the result of interpreting the object as an instance of 'Merge Conflict'.
-