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