Uses of Interface
com._1c.g5.v8.dt.md.compare.MdObjectCollectionElementComparisonNode
-
Packages that use MdObjectCollectionElementComparisonNode 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 MdObjectCollectionElementComparisonNode in com._1c.g5.v8.dt.md.compare
Subinterfaces of MdObjectCollectionElementComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interface
ChildMdObjectComparisonNode
A representation of the model object 'Child Md Object Comparison Node'.interface
TopMdObjectCollectionElementComparisonNode
A representation of the model object 'Top Md Object Collection Element Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare that return types with arguments of type MdObjectCollectionElementComparisonNode Modifier and Type Method Description org.eclipse.emf.common.util.EList<? extends MdObjectCollectionElementComparisonNode>
MdCollectionComparisonNode. getChildren()
-
Uses of MdObjectCollectionElementComparisonNode in com._1c.g5.v8.dt.md.compare.impl
Classes in com._1c.g5.v8.dt.md.compare.impl that implement MdObjectCollectionElementComparisonNode Modifier and Type Class Description class
ChildMdObjectComparisonNodeImpl
An implementation of the model object 'Child Md Object Comparison Node'.class
MdObjectCollectionElementComparisonNodeImpl
An implementation of the model object 'Md Object Collection Element Comparison Node'.class
TopMdObjectCollectionElementComparisonNodeImpl
An implementation of the model object 'Top Md Object Collection Element Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare.impl that return types with arguments of type MdObjectCollectionElementComparisonNode Modifier and Type Method Description org.eclipse.emf.common.util.EList<? extends MdObjectCollectionElementComparisonNode>
MdCompareFactoryImpl. createMdCollectionChildrenListFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
org.eclipse.emf.common.util.EList<? extends MdObjectCollectionElementComparisonNode>
MdCollectionComparisonNodeImpl. getChildren()
-
Uses of MdObjectCollectionElementComparisonNode in com._1c.g5.v8.dt.md.compare.matching
Methods in com._1c.g5.v8.dt.md.compare.matching with parameters of type MdObjectCollectionElementComparisonNode Modifier and Type Method Description int
MatchedMdObjectOrderer. getOrder(MdObjectCollectionElementComparisonNode object, ComparisonSide side)
boolean
MatchedMdObjectOrderer. isPresent(MdObjectCollectionElementComparisonNode object, ComparisonSide side)
Constructor parameters in com._1c.g5.v8.dt.md.compare.matching with type arguments of type MdObjectCollectionElementComparisonNode Constructor Description MatchedMdObjectOrderer(Collection<MdObjectCollectionElementComparisonNode> matchedObjects, boolean isThreeWay)
Creates a new instance. -
Uses of MdObjectCollectionElementComparisonNode in com._1c.g5.v8.dt.md.compare.util
Methods in com._1c.g5.v8.dt.md.compare.util with parameters of type MdObjectCollectionElementComparisonNode Modifier and Type Method Description T
MdCompareSwitch. caseMdObjectCollectionElementComparisonNode(MdObjectCollectionElementComparisonNode object)
Returns the result of interpreting the object as an instance of 'Md Object Collection Element Comparison Node'.
-