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.model
Methods in com._1c.g5.v8.dt.compare.model that return CollectionElementNeighbour Modifier and Type Method Description CollectionElementNeighbour
CompareFactory. createCollectionElementNeighbour()
Returns a new object of class 'Collection Element Neighbour'.CollectionElementNeighbour
CollectionElementComparisonNode. 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 void
CollectionElementComparisonNode. setLeftNeighbour(CollectionElementNeighbour value)
Sets the value of the 'Left Neighbour
' containment reference. -
Uses of CollectionElementNeighbour in com._1c.g5.v8.dt.compare.model.impl
Classes in com._1c.g5.v8.dt.compare.model.impl that implement CollectionElementNeighbour Modifier and Type Class Description class
CollectionElementNeighbourImpl
An 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 CollectionElementNeighbour
CompareFactoryImpl. createCollectionElementNeighbour()
CollectionElementNeighbour
CollectionElementComparisonNodeImpl. getLeftNeighbour()
CollectionElementNeighbour
ContainmentCollectionElementImplComparisonNodeImpl. getLeftNeighbour()
CollectionElementNeighbour
ReferenceCollectionElementImplComparisonNodeImpl. getLeftNeighbour()
CollectionElementNeighbour
ValueCollectionElementImplComparisonNodeImpl. getLeftNeighbour()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type CollectionElementNeighbour Modifier and Type Method Description void
CollectionElementComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)
void
ContainmentCollectionElementImplComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)
void
ReferenceCollectionElementImplComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)
void
ValueCollectionElementImplComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)
-
Uses of CollectionElementNeighbour in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type CollectionElementNeighbour Modifier and Type Method Description T
CompareSwitch. 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.impl
Methods in com._1c.g5.v8.dt.md.compare.impl that return CollectionElementNeighbour Modifier and Type Method Description CollectionElementNeighbour
MdObjectCollectionElementComparisonNodeImpl. getLeftNeighbour()
Methods in com._1c.g5.v8.dt.md.compare.impl with parameters of type CollectionElementNeighbour Modifier and Type Method Description void
MdObjectCollectionElementComparisonNodeImpl. setLeftNeighbour(CollectionElementNeighbour newLeftNeighbour)
-