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 MergeSettings
CompareFactory. createMergeSettings()
Returns a new object of class 'Merge Settings'.MergeSettings
ComparisonNode. 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 void
ComparisonNode. 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 class
MergeSettingsImpl
An 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 MergeSettings
CompareFactoryImpl. createMergeSettings()
MergeSettings
ComparisonNodeImpl. getMergeSettings()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type MergeSettings Modifier and Type Method Description void
ComparisonNodeImpl. 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 T
CompareSwitch. caseMergeSettings(MergeSettings object)
Returns the result of interpreting the object as an instance of 'Merge Settings'.
-