}
else if (obj instanceof org.eclipse.jst.j2ee.application.Application) {
return (new ApplicationJ2EEDeploymentDescriptor((org.eclipse.jst.j2ee.application.Application) obj));
}
else if (obj instanceof org.eclipse.jst.javaee.application.Application) {
return (new ApplicationJavaEEDeploymentDescriptor((org.eclipse.jst.javaee.application.Application) obj));
}
else if (obj instanceof org.eclipse.jst.j2ee.ejb.EJBJar) {
return (new EjbJ2EEDeploymentDescriptor((org.eclipse.jst.j2ee.ejb.EJBJar) obj));
}
else if (obj instanceof org.eclipse.jst.javaee.ejb.EJBJar) {