Class ComparedAdditionalIndexesObjects
java.lang.Object
com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<AdditionalIndexes>
com.e1c.g5.v8.dt.internal.md.aindex.compare.ComparedAdditionalIndexesObjects
- All Implemented Interfaces:
IComparedObjects<AdditionalIndexes>
,Cloneable
Compared objects container for the
AdditionalIndexes
.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of the object.ComparedAdditionalIndexesObjects
(AdditionalIndexes main, AdditionalIndexes other, AdditionalIndexes commonAncestor) Constructs an instance of the object using provided data. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects
getEClass
Methods inherited from class com._1c.g5.v8.dt.compare.model.ComparedObjects
clone, getCommonAncestorObject, getComparedObject, getMainObject, getObjectSide, getOrder, getOtherObject, getPath, setComparedObject, setOrder, setPath
-
Constructor Details
-
ComparedAdditionalIndexesObjects
public ComparedAdditionalIndexesObjects()Constructs an instance of the object. Used during cloning operations. -
ComparedAdditionalIndexesObjects
public ComparedAdditionalIndexesObjects(AdditionalIndexes main, AdditionalIndexes other, AdditionalIndexes commonAncestor) Constructs an instance of the object using provided data.- Parameters:
main
- The main sideAdditionalIndexes
objectother
- The other sideAdditionalIndexes
objectcommonAncestor
- The common sideAdditionalIndexes
object
-