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 interfaceChildMdObjectComparisonNodeA representation of the model object 'Child Md Object Comparison Node'.interfaceTopMdObjectCollectionElementComparisonNodeA 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 classChildMdObjectComparisonNodeImplAn implementation of the model object 'Child Md Object Comparison Node'.classMdObjectCollectionElementComparisonNodeImplAn implementation of the model object 'Md Object Collection Element Comparison Node'.classTopMdObjectCollectionElementComparisonNodeImplAn 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 intMatchedMdObjectOrderer. getOrder(MdObjectCollectionElementComparisonNode object, ComparisonSide side)booleanMatchedMdObjectOrderer. 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 TMdCompareSwitch. caseMdObjectCollectionElementComparisonNode(MdObjectCollectionElementComparisonNode object)Returns the result of interpreting the object as an instance of 'Md Object Collection Element Comparison Node'.
-