/** */ package rba.sound; import rba.core.Content; import rba.core.ExpressionType; /** * * A representation of the model object 'Sound Content'. * * * * * * * * @see rba.sound.RBASoundPackage#getSoundContent() * @model * @generated */ public interface SoundContent extends Content { /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.SOUND;'" * @generated */ ExpressionType getExpressionType(); } // SoundContent