Uses of Interface
com._1c.g5.v8.dt.compare.model.ObjectOnSupport
-
Packages that use ObjectOnSupport 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 ObjectOnSupport in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return ObjectOnSupport Modifier and Type Method Description ObjectOnSupport
CompareFactory. createObjectOnSupport()
Returns a new object of class 'Object On Support'.ObjectOnSupport
BmTopComparisonNode. getMainObjectOnSupport()
Returns the value of the 'Main Object On Support' containment reference.ObjectOnSupport
BmTopComparisonNode. getOtherObjectOnSupport()
Returns the value of the 'Other Object On Support' containment reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type ObjectOnSupport Modifier and Type Method Description void
BmTopComparisonNode. setMainObjectOnSupport(ObjectOnSupport value)
Sets the value of the 'Main Object On Support
' containment reference.void
BmTopComparisonNode. setOtherObjectOnSupport(ObjectOnSupport value)
Sets the value of the 'Other Object On Support
' containment reference. -
Uses of ObjectOnSupport in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ObjectOnSupport Modifier and Type Class Description class
ObjectOnSupportImpl
An implementation of the model object 'Object On Support'.Methods in com._1c.g5.v8.dt.compare.model.impl that return ObjectOnSupport Modifier and Type Method Description ObjectOnSupport
CompareFactoryImpl. createObjectOnSupport()
ObjectOnSupport
BmTopComparisonNodeImpl. getMainObjectOnSupport()
ObjectOnSupport
BmTopComparisonNodeImpl. getOtherObjectOnSupport()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type ObjectOnSupport Modifier and Type Method Description void
BmTopComparisonNodeImpl. setMainObjectOnSupport(ObjectOnSupport newMainObjectOnSupport)
void
BmTopComparisonNodeImpl. setOtherObjectOnSupport(ObjectOnSupport newOtherObjectOnSupport)
-
Uses of ObjectOnSupport in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ObjectOnSupport Modifier and Type Method Description T
CompareSwitch. caseObjectOnSupport(ObjectOnSupport object)
Returns the result of interpreting the object as an instance of 'Object On Support'.
-