Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9e25f9eec1040aa037d1fdf3931f4b16a9ec5844 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * <copyright>
 * </copyright>
 *
 * $Id$
 */
package org.eclipse.etrice.etunit.converter.Etunit;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Testsuite Type</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.etrice.etunit.converter.Etunit.EtunitPackage#getTestsuiteType()
 * @model extendedMetaData="name='testsuite_._type' kind='elementOnly'"
 * @generated
 */
public interface TestsuiteType extends Testsuite {

} // TestsuiteType

Back to the top