Class MultiVariantModelBasicFix.VariantModelFixChange<OC extends org.eclipse.emf.ecore.EObject>

java.lang.Object
com.e1c.g5.v8.dt.check.qfix.components.MultiVariantModelBasicFix.VariantModelFixChange<OC>
All Implemented Interfaces:
IFixChange
Enclosing class:
MultiVariantModelBasicFix

protected static final class MultiVariantModelBasicFix.VariantModelFixChange<OC extends org.eclipse.emf.ecore.EObject> extends Object implements IFixChange
  • Constructor Details

  • Method Details

    • applyFix

      public void applyFix(OC modelObject, org.eclipse.emf.ecore.EStructuralFeature targetFeature, BasicModelFixContext context, IFixSession session)
      Executes the quick fix resolution code
      Parameters:
      modelObject - the model object, cannot be null
      targetFeature - the target feature, can be null
      context - the quick fix context, cannot be null
      session - the quick fix session, cannot be null