blob: 5e548df4f0e6eea331000ef09ab925fc9f762947 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package test;
import org.eclipse.egf.model.fcore.Activity;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>EGF Test Case</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link test.EGFTestCase#getActivity <em>Activity</em>}</li>
* </ul>
* </p>
*
* @see test.TestPackage#getEGFTestCase()
* @model
* @generated
*/
public interface EGFTestCase extends TestCase {
/**
* Returns the value of the '<em><b>Activity</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Activity</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Activity</em>' reference.
* @see #setActivity(Activity)
* @see test.TestPackage#getEGFTestCase_Activity()
* @model required="true"
* @generated
*/
Activity getActivity();
/**
* Sets the value of the '{@link test.EGFTestCase#getActivity <em>Activity</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Activity</em>' reference.
* @see #getActivity()
* @generated
*/
void setActivity(Activity value);
} // EGFTestCase