summaryrefslogtreecommitdiffstats
path: root/rba.model.sound/src/rba/sound/SoundContent.java
diff options
context:
space:
mode:
Diffstat (limited to 'rba.model.sound/src/rba/sound/SoundContent.java')
-rw-r--r--rba.model.sound/src/rba/sound/SoundContent.java35
1 files changed, 35 insertions, 0 deletions
diff --git a/rba.model.sound/src/rba/sound/SoundContent.java b/rba.model.sound/src/rba/sound/SoundContent.java
new file mode 100644
index 0000000..80e1bed
--- /dev/null
+++ b/rba.model.sound/src/rba/sound/SoundContent.java
@@ -0,0 +1,35 @@
+/**
+ */
+package rba.sound;
+
+import rba.core.Content;
+import rba.core.ExpressionType;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Sound Content</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ *
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see rba.sound.RBASoundPackage#getSoundContent()
+ * @model
+ * @generated
+ */
+public interface SoundContent extends Content {
+ /**
+ * <!-- 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.SOUND;'"
+ * @generated
+ */
+ ExpressionType getExpressionType();
+
+} // SoundContent