blob: 0288ebd25400b19b972275450f6da42ce67e0982 [file] [log] [blame]
/**
*/
package org.eclipse.emf.ecp.view.edapt.util.test.model.e;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecp.view.edapt.util.test.model.d.D;
import org.eclipse.emf.ecp.view.edapt.util.test.model.f.F;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>E</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.emf.ecp.view.edapt.util.test.model.e.E#getD <em>D</em>}</li>
* <li>{@link org.eclipse.emf.ecp.view.edapt.util.test.model.e.E#getF <em>F</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.emf.ecp.view.edapt.util.test.model.e.EEPackage#getE()
* @model
* @generated
*/
public interface E extends EObject {
/**
* Returns the value of the '<em><b>D</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>D</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>D</em>' reference.
* @see #setD(D)
* @see org.eclipse.emf.ecp.view.edapt.util.test.model.e.EEPackage#getE_D()
* @model
* @generated
*/
D getD();
/**
* Sets the value of the '{@link org.eclipse.emf.ecp.view.edapt.util.test.model.e.E#getD <em>D</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>D</em>' reference.
* @see #getD()
* @generated
*/
void setD(D value);
/**
* Returns the value of the '<em><b>F</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>F</em>' reference isn't clear, there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>F</em>' reference.
* @see #setF(F)
* @see org.eclipse.emf.ecp.view.edapt.util.test.model.e.EEPackage#getE_F()
* @model
* @generated
*/
F getF();
/**
* Sets the value of the '{@link org.eclipse.emf.ecp.view.edapt.util.test.model.e.E#getF <em>F</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>F</em>' reference.
* @see #getF()
* @generated
*/
void setF(F value);
} // E