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
A copy target described by a reference of a parent object pointing to a collection.
-
Constructor Summary
ConstructorsConstructorDescriptionContainedObjectCopyTarget
(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference reference) Basic parameterized constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EObject
Returns the parent.org.eclipse.emf.ecore.EReference
Returns the reference.
-
Constructor Details
-
ContainedObjectCopyTarget
public ContainedObjectCopyTarget(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference reference) Basic parameterized constructor.- Parameters:
parent
- The parentreference
- The reference
-
-
Method Details
-
getParent
public org.eclipse.emf.ecore.EObject getParent()Returns the parent.- Returns:
- The parent
-
getReference
public org.eclipse.emf.ecore.EReference getReference()Returns the reference.- Returns:
- The reference
-