if (result == null) result = defaultCase(theEObject);
return result;
}
case ModelPackage.MOUT_SWITCH_ACTOR:
{
MOutSwitchActor mOutSwitchActor = (MOutSwitchActor)theEObject;
T result = caseMOutSwitchActor(mOutSwitchActor);
if (result == null) result = caseMSwitchActor(mOutSwitchActor);
if (result == null) result = defaultCase(theEObject);
return result;
}