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 Details

    • ContainedObjectCopyTarget

      public ContainedObjectCopyTarget(org.eclipse.emf.ecore.EObject parent, org.eclipse.emf.ecore.EReference reference)
      Basic parameterized constructor.
      Parameters:
      parent - The parent
      reference - 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