summaryrefslogtreecommitdiffstats
path: root/rba.model.sound/src/rba/sound/AllInstanceOfSoundContent.java
blob: 75091bb06330f41c34877f31e8be9e9567319123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
/**
 */
package rba.sound;

import rba.core.ExpressionType;
import rba.core.SetExpression;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>All Instance Of Sound Content</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * 
 * <!-- end-model-doc -->
 *
 *
 * @see rba.sound.RBASoundPackage#getAllInstanceOfSoundContent()
 * @model
 * @generated
 */
public interface AllInstanceOfSoundContent extends SetExpression {
	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * <!-- begin-model-doc -->
	 * @Override
	 * <!-- end-model-doc -->
	 * @model kind="operation"
	 *        annotation="http://www.eclipse.org/emf/2002/GenModel body='return \"ALL_SOUNDCONTENTS\";'"
	 * @generated
	 */
	String getExpressionText();

	/**
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * <!-- begin-model-doc -->
	 * @Override
	 * <!-- end-model-doc -->
	 * @model kind="operation"
	 *        annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.SET_OF_SOUND;'"
	 * @generated
	 */
	ExpressionType getUnderlyingType();

} // AllInstanceOfSoundContent