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 interfaceValueCollectionImplComparisonNodeA 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 ValueCollectionComparisonNodeValueCollectionElementComparisonNode. 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 classValueCollectionComparisonNodeImplAn implementation of the model object 'Value Collection Comparison Node'.classValueCollectionImplComparisonNodeImplAn 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 ValueCollectionComparisonNodeValueCollectionElementComparisonNodeImpl. 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 TCompareSwitch. caseValueCollectionComparisonNode(ValueCollectionComparisonNode object)Returns the result of interpreting the object as an instance of 'Value Collection Comparison Node'.
-