if (result == null) result = defaultCase(theEObject);
return result;
}
case ModelPackage.TF_NULL_CONFIGURATION:
{
TFNullConfiguration tfNullConfiguration = (TFNullConfiguration)theEObject;
T result = caseTFNullConfiguration(tfNullConfiguration);
if (result == null) result = caseTFConfig(tfNullConfiguration);
if (result == null) result = defaultCase(theEObject);
return result;
}