Uses of Interface
com._1c.g5.v8.dt.compare.model.ValueCollectionComparisonNode
-
Packages that use ValueCollectionComparisonNode 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 ValueCollectionComparisonNode in com._1c.g5.v8.dt.compare.model
Subinterfaces of ValueCollectionComparisonNode in com._1c.g5.v8.dt.compare.model Modifier and Type Interface Description interface
ValueCollectionImplComparisonNode
A representation of the model object 'Value Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.compare.model that return ValueCollectionComparisonNode Modifier and Type Method Description ValueCollectionComparisonNode
ValueCollectionElementComparisonNode. getParent()
-
Uses of ValueCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement ValueCollectionComparisonNode Modifier and Type Class Description class
ValueCollectionComparisonNodeImpl
An implementation of the model object 'Value Collection Comparison Node'.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 ValueCollectionComparisonNode Modifier and Type Method Description ValueCollectionComparisonNode
ValueCollectionElementComparisonNodeImpl. getParent()
-
Uses of ValueCollectionComparisonNode in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type ValueCollectionComparisonNode Modifier and Type Method Description T
CompareSwitch. caseValueCollectionComparisonNode(ValueCollectionComparisonNode object)
Returns the result of interpreting the object as an instance of 'Value Collection Comparison Node'.
-