Class FormObjectCopier

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
java.util.LinkedHashMap<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject>
org.eclipse.emf.ecore.util.EcoreUtil.Copier
All Implemented Interfaces:
Serializable, Cloneable, Map<org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject>
Direct Known Subclasses:
BaseFormObjectCopier

public class FormObjectCopier extends BmObjectCopier
See Also:
  • Field Details

    • resourceLookup

      @Inject protected transient IResourceLookup resourceLookup
  • Constructor Details

  • Method Details

    • copyAttribute

      protected void copyAttribute(org.eclipse.emf.ecore.EAttribute eAttribute, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EObject copyEObject)
      Overrides:
      copyAttribute in class AbstractEObjectCopier
    • updateChoiceParameterName

      protected void updateChoiceParameterName(org.eclipse.emf.ecore.EAttribute eAttribute, org.eclipse.emf.ecore.EObject source, org.eclipse.emf.ecore.EObject copyEObject)
    • copyContainment

      protected void copyContainment(org.eclipse.emf.ecore.EReference eReference, org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.ecore.EObject copyEObject)
      Overrides:
      copyContainment in class AbstractEObjectCopier
    • copyDataPath

      protected void copyDataPath(AbstractDataPath source, AbstractDataPath target)
    • computeDynamicListExtInfoQuery

      protected void computeDynamicListExtInfoQuery(DynamicListExtInfo source, DynamicListExtInfo obj)
    • computeDynamicListExtInfoKyField

      protected void computeDynamicListExtInfoKyField(DynamicListExtInfo source, DynamicListExtInfo obj)
    • copyDecoration

      protected void copyDecoration(Decoration source, Decoration copyEObject)
    • getResourceFile

      protected org.eclipse.core.resources.IFile getResourceFile()