/** */ package rba.sound; import rba.core.ExpressionType; import rba.core.SetExpression; /** * * A representation of the model object 'All Instance Of Sound Content'. * * * * * * * * @see rba.sound.RBASoundPackage#getAllInstanceOfSoundContent() * @model * @generated */ public interface AllInstanceOfSoundContent extends SetExpression { /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return \"ALL_SOUNDCONTENTS\";'" * @generated */ String getExpressionText(); /** * * * * @Override * * @model kind="operation" * annotation="http://www.eclipse.org/emf/2002/GenModel body='return ExpressionType.SET_OF_SOUND;'" * @generated */ ExpressionType getUnderlyingType(); } // AllInstanceOfSoundContent