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