Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b9750bb19977b81ad3251c7b50cd441b5ca8222d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 */
package org.eclipse.etrice.core.config;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Attr Instance Config</b></em>'.
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.etrice.core.config.ConfigPackage#getAttrInstanceConfig()
 * @model
 * @generated
 */
public interface AttrInstanceConfig extends AttrConfig
{
} // AttrInstanceConfig

Back to the top