if (result == null) result = defaultCase(theEObject);
return result;
}
case ModelPackage.MLCD2_0X4_BACKLIGHT:
{
MLCD20x4Backlight mlcd20x4Backlight = (MLCD20x4Backlight)theEObject;
T result = caseMLCD20x4Backlight(mlcd20x4Backlight);
if (result == null) result = caseMInSwitchActor(mlcd20x4Backlight);
if (result == null) result = caseMLCDSubDevice(mlcd20x4Backlight);
if (result == null) result = caseMSwitchActor(mlcd20x4Backlight);
if (result == null) result = caseMSubDevice(mlcd20x4Backlight);