Package com._1c.g5.v8.dt.rights.compare
Class ComparedRoleDescriptionObjects
- java.lang.Object
-
- com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
-
- com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<RoleDescription>
-
- com._1c.g5.v8.dt.rights.compare.ComparedRoleDescriptionObjects
-
- All Implemented Interfaces:
IComparedObjects<RoleDescription>
,Cloneable
public class ComparedRoleDescriptionObjects extends AbstractComparedEmfObjects<RoleDescription>
A representation of compared role description objects.
-
-
Constructor Summary
Constructors Constructor Description ComparedRoleDescriptionObjects()
Constructs an instance of the object.ComparedRoleDescriptionObjects(RoleDescription main, RoleDescription other, RoleDescription ancestor)
Constructs a provider with the specified role descriptions.
-
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 Detail
-
ComparedRoleDescriptionObjects
public ComparedRoleDescriptionObjects()
Constructs an instance of the object. Used for cloning purposes
-
ComparedRoleDescriptionObjects
public ComparedRoleDescriptionObjects(RoleDescription main, RoleDescription other, RoleDescription ancestor)
Constructs a provider with the specified role descriptions.- Parameters:
main
- the main role description, may benull
other
- the other role description, may benull
ancestor
- the common ancestor role description, may benull
-
-