/** */ package rba.sound.impl; import java.lang.reflect.InvocationTargetException; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import rba.core.ExpressionType; import rba.core.impl.AllocatableSetImpl; import rba.sound.RBASoundPackage; import rba.sound.ZoneSet; /** * An implementation of the model object 'Zone Set'. * * @generated */ public class ZoneSetImpl extends AllocatableSetImpl implements ZoneSet { /** * * @generated */ protected ZoneSetImpl() { super(); } /** * * @generated */ @Override protected EClass eStaticClass() { return RBASoundPackage.Literals.ZONE_SET; } /** * * @generated */ public ExpressionType getExpressionType() { return ExpressionType.SET_OF_ZONE; } /** * * @generated */ @Override public Object eInvoke(int operationID, EList arguments) throws InvocationTargetException { switch (operationID) { case RBASoundPackage.ZONE_SET___GET_EXPRESSION_TYPE: return getExpressionType(); } return super.eInvoke(operationID, arguments); } } // ZoneSetImpl