if (result == null) result = caseMessage(warning);
if (result == null) result = defaultCase(theEObject);
return result;
}
case MessagePackage.INFORMATION: {
Information information = (Information)theEObject;
Object result = caseInformation(information);
if (result == null) result = caseMessage(information);
if (result == null) result = defaultCase(theEObject);
return result;
}