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 SummaryConstructors 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.AbstractComparedEmfObjectsgetEClass
 - 
Methods inherited from class com._1c.g5.v8.dt.compare.model.ComparedObjectsclone, getCommonAncestorObject, getComparedObject, getMainObject, getObjectSide, getOrder, getOtherObject, getPath, setComparedObject, setOrder, setPath
 
- 
 
- 
- 
- 
Constructor Detail- 
ComparedRoleDescriptionObjectspublic ComparedRoleDescriptionObjects() Constructs an instance of the object. Used for cloning purposes
 - 
ComparedRoleDescriptionObjectspublic ComparedRoleDescriptionObjects(RoleDescription main, RoleDescription other, RoleDescription ancestor) Constructs a provider with the specified role descriptions.- Parameters:
- main- the main role description, may be- null
- other- the other role description, may be- null
- ancestor- the common ancestor role description, may be- null
 
 
- 
 
-