/** */ package org.eclipse.incquery.snapshot.EIQSnapshot; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>EMF Substitution</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.incquery.snapshot.EIQSnapshot.EMFSubstitution#getValue <em>Value</em>}</li> * </ul> * </p> * * @see org.eclipse.incquery.snapshot.EIQSnapshot.EIQSnapshotPackage#getEMFSubstitution() * @model * @generated */ public interface EMFSubstitution extends MatchSubstitutionRecord { /** * Returns the value of the '<em><b>Value</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Value</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Value</em>' reference. * @see #setValue(EObject) * @see org.eclipse.incquery.snapshot.EIQSnapshot.EIQSnapshotPackage#getEMFSubstitution_Value() * @model * @generated */ EObject getValue(); /** * Sets the value of the '{@link org.eclipse.incquery.snapshot.EIQSnapshot.EMFSubstitution#getValue <em>Value</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Value</em>' reference. * @see #getValue() * @generated */ void setValue(EObject value); } // EMFSubstitution