Uses of Interface
com._1c.g5.v8.dt.compare.model.CollectionElementNeighbour
- 
Packages that use CollectionElementNeighbour 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 com._1c.g5.v8.dt.md.compare.impl 
- 
- 
Uses of CollectionElementNeighbour in com._1c.g5.v8.dt.compare.modelMethods in com._1c.g5.v8.dt.compare.model that return CollectionElementNeighbour Modifier and Type Method Description CollectionElementNeighbourCompareFactory. createCollectionElementNeighbour()Returns a new object of class 'Collection Element Neighbour'.CollectionElementNeighbourCollectionElementComparisonNode. getLeftNeighbour()Returns the value of the 'Left Neighbour' containment reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type CollectionElementNeighbour Modifier and Type Method Description voidCollectionElementComparisonNode. setLeftNeighbour(CollectionElementNeighbour value)Sets the value of the 'Left Neighbour' containment reference.
- 
Uses of CollectionElementNeighbour in com._1c.g5.v8.dt.compare.model.implClasses in com._1c.g5.v8.dt.compare.model.impl that implement CollectionElementNeighbour Modifier and Type Class Description classCollectionElementNeighbourImplAn implementation of the model object 'Collection Element Neighbour'.Methods in com._1c.g5.v8.dt.compare.model.impl that return CollectionElementNeighbour Modifier and Type Method Description CollectionElementNeighbourCompareFactoryImpl. createCollectionElementNeighbour()CollectionElementNeighbourCollectionElementComparisonNodeImpl. getLeftNeighbour()CollectionElementNeighbourContainmentCollectionElementImplComparisonNodeImpl. getLeftNeighbour()CollectionElementNeighbourManifestHeaderComparisonNodeImpl. getLeftNeighbour()CollectionElementNeighbourReferenceCollectionElementImplComparisonNodeImpl. getLeftNeighbour()CollectionElementNeighbourValueCollectionElementImplComparisonNodeImpl. getLeftNeighbour()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type CollectionElementNeighbour Modifier and Type Method Description voidCollectionElementComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)voidContainmentCollectionElementImplComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)voidManifestHeaderComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)voidReferenceCollectionElementImplComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)voidValueCollectionElementImplComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)
- 
Uses of CollectionElementNeighbour in com._1c.g5.v8.dt.compare.model.utilMethods in com._1c.g5.v8.dt.compare.model.util with parameters of type CollectionElementNeighbour Modifier and Type Method Description TCompareSwitch. caseCollectionElementNeighbour(CollectionElementNeighbour object)Returns the result of interpreting the object as an instance of 'Collection Element Neighbour'.
- 
Uses of CollectionElementNeighbour in com._1c.g5.v8.dt.md.compare.implMethods in com._1c.g5.v8.dt.md.compare.impl that return CollectionElementNeighbour Modifier and Type Method Description CollectionElementNeighbourMdObjectCollectionElementComparisonNodeImpl. getLeftNeighbour()Methods in com._1c.g5.v8.dt.md.compare.impl with parameters of type CollectionElementNeighbour Modifier and Type Method Description voidMdObjectCollectionElementComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)
 
-