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