Uses of Interface
com._1c.g5.v8.dt.md.compare.MdCollectionComparisonNode
-
Packages that use MdCollectionComparisonNode Package Description com._1c.g5.v8.dt.md.compare com._1c.g5.v8.dt.md.compare.impl com._1c.g5.v8.dt.md.compare.matching com._1c.g5.v8.dt.md.compare.util -
-
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interface
ChildMdCollectionComparisonNode
A representation of the model object 'Child Md Collection Comparison Node'.interface
ChildMdCollectionImplComparisonNode
A representation of the model object 'Child Md Collection Impl Comparison Node'.interface
TopMdCollectionComparisonNode
A representation of the model object 'Top Md Collection Comparison Node'.interface
TopMdCollectionImplComparisonNode
A representation of the model object 'Top Md Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare that return MdCollectionComparisonNode Modifier and Type Method Description MdCollectionComparisonNode
MdObjectCollectionElementComparisonNode. getParent()
-
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement MdCollectionComparisonNode Modifier and Type Class Description class
ChildMdCollectionComparisonNodeImpl
An implementation of the model object 'Child Md Collection Comparison Node'.class
ChildMdCollectionImplComparisonNodeImpl
An implementation of the model object 'Child Md Collection Impl Comparison Node'.class
MdCollectionComparisonNodeImpl
An implementation of the model object 'Md Collection Comparison Node'.class
TopMdCollectionComparisonNodeImpl
An implementation of the model object 'Top Md Collection Comparison Node'.class
TopMdCollectionImplComparisonNodeImpl
An implementation of the model object 'Top Md Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare.impl that return MdCollectionComparisonNode Modifier and Type Method Description MdCollectionComparisonNode
MdObjectCollectionElementComparisonNodeImpl. getParent()
-
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.matching
Constructors in com._1c.g5.v8.dt.md.compare.matching with parameters of type MdCollectionComparisonNode Constructor Description AbstractMdObjectMatcher(IComparisonSession session, MdCollectionComparisonNode parentCollectionNode, List<T> mainObjects, List<T> otherObjects, List<T> ancestorObjects)
Constructs a matcher. -
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type MdCollectionComparisonNode Modifier and Type Method Description T
MdCompareSwitch. caseMdCollectionComparisonNode(MdCollectionComparisonNode object)
Returns the result of interpreting the object as an instance of 'Md Collection Comparison Node'.
-