Uses of Interface
com._1c.g5.v8.dt.compare.model.SingleValueImplComparisonNode
-
Packages that use SingleValueImplComparisonNode 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 SingleValueImplComparisonNode in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return SingleValueImplComparisonNode Modifier and Type Method Description SingleValueImplComparisonNode
CompareFactory. createSingleValueImplComparisonNode()
Returns a new object of class 'Single Value Impl Comparison Node'. -
Uses of SingleValueImplComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement SingleValueImplComparisonNode Modifier and Type Class Description class
SingleValueImplComparisonNodeImpl
An implementation of the model object 'Single Value Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model.impl that return SingleValueImplComparisonNode Modifier and Type Method Description SingleValueImplComparisonNode
CompareFactoryImpl. createSingleValueImplComparisonNode()
-
Uses of SingleValueImplComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type SingleValueImplComparisonNode Modifier and Type Method Description T
CompareSwitch. caseSingleValueImplComparisonNode(SingleValueImplComparisonNode object)
Returns the result of interpreting the object as an instance of 'Single Value Impl Comparison Node'.
-