Package com._1c.g5.v8.dt.md.ui.commands
Class ContainedObjectCopyTarget
- java.lang.Object
-
- com._1c.g5.v8.dt.md.ui.commands.ContainedObjectCopyTarget
-
- All Implemented Interfaces:
IMdObjectCopyTarget
public class ContainedObjectCopyTarget extends Object implements IMdObjectCopyTarget
A copy target described by a reference of a parent object pointing to a collection.
-
-
Constructor Summary
Constructors Constructor Description ContainedObjectCopyTarget(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference reference)
Basic parameterized constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getParent()
Returns the parent.org.eclipse.emf.ecore.EReference
getReference()
Returns the reference.
-