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.modelMethods in com._1c.g5.v8.dt.compare.model that return OrderRule Modifier and Type Method Description OrderRuleCompareFactory. createOrderRule()Returns a new object of class 'Order Rule'.OrderRuleMergeSettings. 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 voidMergeSettings. setOrderRule(OrderRule value)Sets the value of the 'Order Rule' containment reference.
- 
Uses of OrderRule in com._1c.g5.v8.dt.compare.model.implClasses in com._1c.g5.v8.dt.compare.model.impl that implement OrderRule Modifier and Type Class Description classOrderRuleImplAn 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 OrderRuleCompareFactoryImpl. createOrderRule()OrderRuleMergeSettingsImpl. getOrderRule()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type OrderRule Modifier and Type Method Description voidMergeSettingsImpl. setOrderRule(OrderRule newOrderRule)
- 
Uses of OrderRule in com._1c.g5.v8.dt.compare.model.utilMethods in com._1c.g5.v8.dt.compare.model.util with parameters of type OrderRule Modifier and Type Method Description TCompareSwitch. caseOrderRule(OrderRule object)Returns the result of interpreting the object as an instance of 'Order Rule'.
 
-