Uses of Interface
com._1c.g5.v8.dt.compare.model.OrderRule
-
Packages that use OrderRule 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 OrderRule in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return OrderRule Modifier and Type Method Description OrderRule
CompareFactory. createOrderRule()
Returns a new object of class 'Order Rule'.OrderRule
MergeSettings. getOrderRule()
Returns the value of the 'Order Rule' containment reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type OrderRule Modifier and Type Method Description void
MergeSettings. setOrderRule(OrderRule value)
Sets the value of the 'Order Rule
' containment reference. -
Uses of OrderRule in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement OrderRule Modifier and Type Class Description class
OrderRuleImpl
An implementation of the model object 'Order Rule'.Methods in com._1c.g5.v8.dt.compare.model.impl that return OrderRule Modifier and Type Method Description OrderRule
CompareFactoryImpl. createOrderRule()
OrderRule
MergeSettingsImpl. getOrderRule()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type OrderRule Modifier and Type Method Description void
MergeSettingsImpl. setOrderRule(OrderRule newOrderRule)
-
Uses of OrderRule in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type OrderRule Modifier and Type Method Description T
CompareSwitch. caseOrderRule(OrderRule object)
Returns the result of interpreting the object as an instance of 'Order Rule'.
-