if (result == null) result = defaultCase(theEObject);
return result;
}
case ConfigPackage.FEATURE_OBJECT_MATCHER_XML:
{
FeatureObjectMatcherXML featureObjectMatcherXML = (FeatureObjectMatcherXML)theEObject;
T result = caseFeatureObjectMatcherXML(featureObjectMatcherXML);
if (result == null) result = casePartialObjectMatcherXML(featureObjectMatcherXML);
if (result == null) result = defaultCase(theEObject);
return result;
}