Uses of Interface
com._1c.g5.v8.dt.compare.model.MergeSettings
-
Packages that use MergeSettings Package Description com._1c.g5.v8.dt.compare.model com._1c.g5.v8.dt.compare.model.impl com._1c.g5.v8.dt.compare.model.util -
-
Uses of MergeSettings in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return MergeSettings Modifier and Type Method Description MergeSettingsCompareFactory. createMergeSettings()Returns a new object of class 'Merge Settings'.MergeSettingsComparisonNode. getMergeSettings()Returns the value of the 'Merge Settings' containment reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type MergeSettings Modifier and Type Method Description voidComparisonNode. setMergeSettings(MergeSettings value)Sets the value of the 'Merge Settings' containment reference. -
Uses of MergeSettings in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement MergeSettings Modifier and Type Class Description classMergeSettingsImplAn implementation of the model object 'Merge Settings'.Methods in com._1c.g5.v8.dt.compare.model.impl that return MergeSettings Modifier and Type Method Description MergeSettingsCompareFactoryImpl. createMergeSettings()MergeSettingsComparisonNodeImpl. getMergeSettings()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type MergeSettings Modifier and Type Method Description voidComparisonNodeImpl. setMergeSettings(MergeSettings newMergeSettings) -
Uses of MergeSettings in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type MergeSettings Modifier and Type Method Description TCompareSwitch. caseMergeSettings(MergeSettings object)Returns the result of interpreting the object as an instance of 'Merge Settings'.
-