Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 252615 | Differences between
and this patch

Collapse All | Expand All

(-)jee-models/org/eclipse/jst/javaee/jca/ConfigProperty.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConfigProperty.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/RequiredConfigProperty.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: RequiredConfigProperty.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/ResourceAdapter.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ResourceAdapter.java,v 1.1 2009/10/15 18:52:07 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/OutboundResourceAdapter.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: OutboundResourceAdapter.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/ActivationSpec.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ActivationSpec.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/AuthenticationMechanism.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AuthenticationMechanism.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/ConnectionDefinition.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConnectionDefinition.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/ConnectorDeploymentDescriptor.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConnectorDeploymentDescriptor.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/jca/License.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: License.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/SecurityPermission.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: SecurityPermission.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/AdminObject.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AdminObject.java,v 1.1 2009/10/15 18:52:07 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/Connector.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: Connector.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/CredentialInterfaceType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: CredentialInterfaceType.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/jca/ConfigPropertyTypeType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConfigPropertyTypeType.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/jca/MessageListener.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: MessageListener.java,v 1.1 2009/10/15 18:52:12 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import org.eclipse.jst.javaee.core.JavaEEObject;
13
import org.eclipse.jst.javaee.core.JavaEEObject;
(-)jee-models/org/eclipse/jst/javaee/jca/TransactionSupportType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: TransactionSupportType.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/jca/InboundResourceAdapter.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: InboundResourceAdapter.java,v 1.1 2009/10/15 18:52:08 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import org.eclipse.jst.javaee.core.JavaEEObject;
13
import org.eclipse.jst.javaee.core.JavaEEObject;
(-)jee-models/org/eclipse/jst/javaee/jca/MessageAdapter.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: MessageAdapter.java,v 1.1 2009/10/15 18:52:07 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca;
11
package org.eclipse.jst.javaee.jca;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/util/WebappResourceFactoryImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappResourceFactoryImpl.java,v 1.1 2009/10/15 18:52:04 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.util;
11
package org.eclipse.jst.javaee.webapp.internal.util;
8
12
9
import org.eclipse.emf.common.util.URI;
13
import org.eclipse.emf.common.util.URI;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/util/WebappResourceImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappResourceImpl.java,v 1.1 2009/10/15 18:52:04 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.util;
11
package org.eclipse.jst.javaee.webapp.internal.util;
8
12
9
import org.eclipse.emf.common.util.URI;
13
import org.eclipse.emf.common.util.URI;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/util/WebappXMLProcessor.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappXMLProcessor.java,v 1.1 2009/10/15 18:52:04 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.util;
11
package org.eclipse.jst.javaee.webapp.internal.util;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/util/WebappAdapterFactory.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappAdapterFactory.java,v 1.1 2009/10/15 18:52:04 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.util;
11
package org.eclipse.jst.javaee.webapp.internal.util;
8
12
9
import org.eclipse.emf.common.notify.Adapter;
13
import org.eclipse.emf.common.notify.Adapter;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/util/WebappSwitch.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappSwitch.java,v 1.1 2009/10/15 18:52:04 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.util;
11
package org.eclipse.jst.javaee.webapp.internal.util;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/core/internal/impl/DataSourceTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: DataSourceTypeImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core.internal.impl;
11
package org.eclipse.jst.javaee.core.internal.impl;
8
12
9
import java.math.BigInteger;
13
import java.math.BigInteger;
(-)jee-models/org/eclipse/jst/javaee/core/internal/impl/RespectBindingTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: RespectBindingTypeImpl.java,v 1.1 2009/10/15 18:52:03 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core.internal.impl;
11
package org.eclipse.jst.javaee.core.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/core/internal/impl/AddressingTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AddressingTypeImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core.internal.impl;
11
package org.eclipse.jst.javaee.core.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/ejb/DependsOnType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: DependsOnType.java,v 1.1 2009/10/15 18:52:01 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/ejb/TimerType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: TimerType.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/ejb/StatefulTimeoutType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: StatefulTimeoutType.java,v 1.1 2009/10/15 18:52:01 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import java.math.BigInteger;
13
import java.math.BigInteger;
(-)jee-models/org/eclipse/jst/javaee/ejb/AroundTimeoutType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AroundTimeoutType.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import org.eclipse.jst.javaee.core.JavaEEObject;
13
import org.eclipse.jst.javaee.core.JavaEEObject;
(-)jee-models/org/eclipse/jst/javaee/ejb/ConcurrencyManagementTypeType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConcurrencyManagementTypeType.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/ejb/AccessTimeoutType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AccessTimeoutType.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import java.math.BigInteger;
13
import java.math.BigInteger;
(-)jee-models/org/eclipse/jst/javaee/ejb/AsyncMethodType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AsyncMethodType.java,v 1.1 2009/10/15 18:52:01 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import org.eclipse.jst.javaee.core.JavaEEObject;
13
import org.eclipse.jst.javaee.core.JavaEEObject;
(-)jee-models/org/eclipse/jst/javaee/ejb/ConcurrentLockTypeType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConcurrentLockTypeType.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/ejb/TimerScheduleType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: TimerScheduleType.java,v 1.1 2009/10/15 18:52:01 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import org.eclipse.jst.javaee.core.JavaEEObject;
13
import org.eclipse.jst.javaee.core.JavaEEObject;
(-)jee-models/org/eclipse/jst/javaee/ejb/TimeUnitTypeType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: TimeUnitTypeType.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/ejb/ConcurrentMethodType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConcurrentMethodType.java,v 1.1 2009/10/15 18:52:01 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb;
11
package org.eclipse.jst.javaee.ejb;
8
12
9
import org.eclipse.jst.javaee.core.JavaEEObject;
13
import org.eclipse.jst.javaee.core.JavaEEObject;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/metadata/JcaPackage.java (-6 / +11 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaPackage.java,v 1.1 2009/10/15 18:52:16 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.metadata;
11
package org.eclipse.jst.javaee.jca.internal.metadata;
8
12
9
import org.eclipse.emf.ecore.EAttribute;
13
import org.eclipse.emf.ecore.EAttribute;
Lines 12-17 Link Here
12
import org.eclipse.emf.ecore.EEnum;
16
import org.eclipse.emf.ecore.EEnum;
13
import org.eclipse.emf.ecore.EPackage;
17
import org.eclipse.emf.ecore.EPackage;
14
import org.eclipse.emf.ecore.EReference;
18
import org.eclipse.emf.ecore.EReference;
19
import org.eclipse.jst.javaee.jca.JcaFactory;
15
20
16
/**
21
/**
17
 * <!-- begin-user-doc -->
22
 * <!-- begin-user-doc -->
Lines 266-272 Link Here
266
 *    </div>
271
 *    </div>
267
 *   
272
 *   
268
 * <!-- end-model-doc -->
273
 * <!-- end-model-doc -->
269
 * @see org.eclipse.jst.javaee.jca.internal.metadata.JcaFactory
274
 * @see org.eclipse.jst.javaee.jca.JcaFactory
270
 * @generated
275
 * @generated
271
 */
276
 */
272
public interface JcaPackage extends EPackage {
277
public interface JcaPackage extends EPackage {
(-)jee-models/org/eclipse/jst/javaee/jca/internal/metadata/JcaFactory.java (-188 lines)
Removed Link Here
1
/**
2
 * <copyright>
3
 * </copyright>
4
 *
5
 * $Id: JcaFactory.java,v 1.1 2009/10/15 18:52:16 canderson Exp $
6
 */
7
package org.eclipse.jst.javaee.jca.internal.metadata;
8
9
import org.eclipse.emf.ecore.EFactory;
10
11
import org.eclipse.jst.javaee.jca.ActivationSpec;
12
import org.eclipse.jst.javaee.jca.AdminObject;
13
import org.eclipse.jst.javaee.jca.AuthenticationMechanism;
14
import org.eclipse.jst.javaee.jca.ConfigProperty;
15
import org.eclipse.jst.javaee.jca.ConnectionDefinition;
16
import org.eclipse.jst.javaee.jca.Connector;
17
import org.eclipse.jst.javaee.jca.ConnectorDeploymentDescriptor;
18
import org.eclipse.jst.javaee.jca.InboundResourceAdapter;
19
import org.eclipse.jst.javaee.jca.License;
20
import org.eclipse.jst.javaee.jca.MessageAdapter;
21
import org.eclipse.jst.javaee.jca.MessageListener;
22
import org.eclipse.jst.javaee.jca.OutboundResourceAdapter;
23
import org.eclipse.jst.javaee.jca.RequiredConfigProperty;
24
import org.eclipse.jst.javaee.jca.ResourceAdapter;
25
import org.eclipse.jst.javaee.jca.SecurityPermission;
26
27
/**
28
 * <!-- begin-user-doc -->
29
 * The <b>Factory</b> for the model.
30
 * It provides a create method for each non-abstract class of the model.
31
 * <!-- end-user-doc -->
32
 * @see org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage
33
 * @generated
34
 */
35
public interface JcaFactory extends EFactory {
36
	/**
37
	 * The singleton instance of the factory.
38
	 * <!-- begin-user-doc -->
39
	 * <!-- end-user-doc -->
40
	 * @generated
41
	 */
42
	JcaFactory eINSTANCE = org.eclipse.jst.javaee.jca.internal.impl.JcaFactoryImpl.init();
43
44
	/**
45
	 * Returns a new object of class '<em>Activation Spec</em>'.
46
	 * <!-- begin-user-doc -->
47
	 * <!-- end-user-doc -->
48
	 * @return a new object of class '<em>Activation Spec</em>'.
49
	 * @generated
50
	 */
51
	ActivationSpec createActivationSpec();
52
53
	/**
54
	 * Returns a new object of class '<em>Admin Object</em>'.
55
	 * <!-- begin-user-doc -->
56
	 * <!-- end-user-doc -->
57
	 * @return a new object of class '<em>Admin Object</em>'.
58
	 * @generated
59
	 */
60
	AdminObject createAdminObject();
61
62
	/**
63
	 * Returns a new object of class '<em>Authentication Mechanism</em>'.
64
	 * <!-- begin-user-doc -->
65
	 * <!-- end-user-doc -->
66
	 * @return a new object of class '<em>Authentication Mechanism</em>'.
67
	 * @generated
68
	 */
69
	AuthenticationMechanism createAuthenticationMechanism();
70
71
	/**
72
	 * Returns a new object of class '<em>Config Property</em>'.
73
	 * <!-- begin-user-doc -->
74
	 * <!-- end-user-doc -->
75
	 * @return a new object of class '<em>Config Property</em>'.
76
	 * @generated
77
	 */
78
	ConfigProperty createConfigProperty();
79
80
	/**
81
	 * Returns a new object of class '<em>Connection Definition</em>'.
82
	 * <!-- begin-user-doc -->
83
	 * <!-- end-user-doc -->
84
	 * @return a new object of class '<em>Connection Definition</em>'.
85
	 * @generated
86
	 */
87
	ConnectionDefinition createConnectionDefinition();
88
89
	/**
90
	 * Returns a new object of class '<em>Connector</em>'.
91
	 * <!-- begin-user-doc -->
92
	 * <!-- end-user-doc -->
93
	 * @return a new object of class '<em>Connector</em>'.
94
	 * @generated
95
	 */
96
	Connector createConnector();
97
98
	/**
99
	 * Returns a new object of class '<em>Connector Deployment Descriptor</em>'.
100
	 * <!-- begin-user-doc -->
101
	 * <!-- end-user-doc -->
102
	 * @return a new object of class '<em>Connector Deployment Descriptor</em>'.
103
	 * @generated
104
	 */
105
	ConnectorDeploymentDescriptor createConnectorDeploymentDescriptor();
106
107
	/**
108
	 * Returns a new object of class '<em>Inbound Resource Adapter</em>'.
109
	 * <!-- begin-user-doc -->
110
	 * <!-- end-user-doc -->
111
	 * @return a new object of class '<em>Inbound Resource Adapter</em>'.
112
	 * @generated
113
	 */
114
	InboundResourceAdapter createInboundResourceAdapter();
115
116
	/**
117
	 * Returns a new object of class '<em>License</em>'.
118
	 * <!-- begin-user-doc -->
119
	 * <!-- end-user-doc -->
120
	 * @return a new object of class '<em>License</em>'.
121
	 * @generated
122
	 */
123
	License createLicense();
124
125
	/**
126
	 * Returns a new object of class '<em>Message Adapter</em>'.
127
	 * <!-- begin-user-doc -->
128
	 * <!-- end-user-doc -->
129
	 * @return a new object of class '<em>Message Adapter</em>'.
130
	 * @generated
131
	 */
132
	MessageAdapter createMessageAdapter();
133
134
	/**
135
	 * Returns a new object of class '<em>Message Listener</em>'.
136
	 * <!-- begin-user-doc -->
137
	 * <!-- end-user-doc -->
138
	 * @return a new object of class '<em>Message Listener</em>'.
139
	 * @generated
140
	 */
141
	MessageListener createMessageListener();
142
143
	/**
144
	 * Returns a new object of class '<em>Outbound Resource Adapter</em>'.
145
	 * <!-- begin-user-doc -->
146
	 * <!-- end-user-doc -->
147
	 * @return a new object of class '<em>Outbound Resource Adapter</em>'.
148
	 * @generated
149
	 */
150
	OutboundResourceAdapter createOutboundResourceAdapter();
151
152
	/**
153
	 * Returns a new object of class '<em>Required Config Property</em>'.
154
	 * <!-- begin-user-doc -->
155
	 * <!-- end-user-doc -->
156
	 * @return a new object of class '<em>Required Config Property</em>'.
157
	 * @generated
158
	 */
159
	RequiredConfigProperty createRequiredConfigProperty();
160
161
	/**
162
	 * Returns a new object of class '<em>Resource Adapter</em>'.
163
	 * <!-- begin-user-doc -->
164
	 * <!-- end-user-doc -->
165
	 * @return a new object of class '<em>Resource Adapter</em>'.
166
	 * @generated
167
	 */
168
	ResourceAdapter createResourceAdapter();
169
170
	/**
171
	 * Returns a new object of class '<em>Security Permission</em>'.
172
	 * <!-- begin-user-doc -->
173
	 * <!-- end-user-doc -->
174
	 * @return a new object of class '<em>Security Permission</em>'.
175
	 * @generated
176
	 */
177
	SecurityPermission createSecurityPermission();
178
179
	/**
180
	 * Returns the package supported by this factory.
181
	 * <!-- begin-user-doc -->
182
	 * <!-- end-user-doc -->
183
	 * @return the package supported by this factory.
184
	 * @generated
185
	 */
186
	JcaPackage getJcaPackage();
187
188
} //JcaFactory
(-)jee-models/org/eclipse/jst/javaee/core/RespectBindingType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: RespectBindingType.java,v 1.1 2009/10/15 18:52:03 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core;
11
package org.eclipse.jst.javaee.core;
8
12
9
13
(-)jee-models/org/eclipse/jst/javaee/core/AddressingType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AddressingType.java,v 1.1 2009/10/15 18:52:03 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core;
11
package org.eclipse.jst.javaee.core;
8
12
9
13
(-)jee-models/org/eclipse/jst/javaee/core/IsolationLevelType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: IsolationLevelType.java,v 1.1 2009/10/15 18:52:03 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core;
11
package org.eclipse.jst.javaee.core;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/core/DataSourceType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: DataSourceType.java,v 1.1 2009/10/15 18:52:03 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core;
11
package org.eclipse.jst.javaee.core;
8
12
9
import java.math.BigInteger;
13
import java.math.BigInteger;
(-)jee-models/org/eclipse/jst/javaee/core/AddressingResponsesType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AddressingResponsesType.java,v 1.1 2009/10/15 18:52:04 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core;
11
package org.eclipse.jst.javaee.core;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/core/GenericBooleanType.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: GenericBooleanType.java,v 1.1 2009/10/15 18:52:03 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.core;
11
package org.eclipse.jst.javaee.core;
8
12
9
import java.util.Arrays;
13
import java.util.Arrays;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/JcaFactoryImpl.java (-6 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaFactoryImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import org.eclipse.emf.ecore.EClass;
13
import org.eclipse.emf.ecore.EClass;
Lines 20-26 Link Here
20
24
21
import org.eclipse.jst.javaee.jca.*;
25
import org.eclipse.jst.javaee.jca.*;
22
26
23
import org.eclipse.jst.javaee.jca.internal.metadata.JcaFactory;
24
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage;
27
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage;
25
28
26
/**
29
/**
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/ConnectionDefinitionImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConnectionDefinitionImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/LicenseImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: LicenseImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/ConnectorDeploymentDescriptorImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConnectorDeploymentDescriptorImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/AuthenticationMechanismImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AuthenticationMechanismImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/ResourceAdapterImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ResourceAdapterImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/OutboundResourceAdapterImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: OutboundResourceAdapterImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/ActivationSpecImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ActivationSpecImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/SecurityPermissionImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: SecurityPermissionImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/AdminObjectImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AdminObjectImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/JcaPackageImpl.java (-6 / +10 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaPackageImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import org.eclipse.emf.ecore.EAttribute;
13
import org.eclipse.emf.ecore.EAttribute;
Lines 45-50 Link Here
45
import org.eclipse.jst.javaee.jca.ConnectorDeploymentDescriptor;
49
import org.eclipse.jst.javaee.jca.ConnectorDeploymentDescriptor;
46
import org.eclipse.jst.javaee.jca.CredentialInterfaceType;
50
import org.eclipse.jst.javaee.jca.CredentialInterfaceType;
47
import org.eclipse.jst.javaee.jca.InboundResourceAdapter;
51
import org.eclipse.jst.javaee.jca.InboundResourceAdapter;
52
import org.eclipse.jst.javaee.jca.JcaFactory;
48
import org.eclipse.jst.javaee.jca.License;
53
import org.eclipse.jst.javaee.jca.License;
49
import org.eclipse.jst.javaee.jca.MessageAdapter;
54
import org.eclipse.jst.javaee.jca.MessageAdapter;
50
import org.eclipse.jst.javaee.jca.MessageListener;
55
import org.eclipse.jst.javaee.jca.MessageListener;
Lines 54-60 Link Here
54
import org.eclipse.jst.javaee.jca.SecurityPermission;
59
import org.eclipse.jst.javaee.jca.SecurityPermission;
55
import org.eclipse.jst.javaee.jca.TransactionSupportType;
60
import org.eclipse.jst.javaee.jca.TransactionSupportType;
56
61
57
import org.eclipse.jst.javaee.jca.internal.metadata.JcaFactory;
58
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage;
62
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage;
59
63
60
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl;
64
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/ConnectorImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConnectorImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/MessageListenerImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: MessageListenerImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/InboundResourceAdapterImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: InboundResourceAdapterImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/MessageAdapterImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: MessageAdapterImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/ConfigPropertyImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConfigPropertyImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/impl/RequiredConfigPropertyImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: RequiredConfigPropertyImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.impl;
11
package org.eclipse.jst.javaee.jca.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/util/WebfragmentResourceFactoryImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentResourceFactoryImpl.java,v 1.1 2009/10/15 18:52:17 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.util;
11
package org.eclipse.jst.javaee.webfragment.internal.util;
8
12
9
import org.eclipse.emf.common.util.URI;
13
import org.eclipse.emf.common.util.URI;
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/util/WebfragmentSwitch.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentSwitch.java,v 1.1 2009/10/15 18:52:17 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.util;
11
package org.eclipse.jst.javaee.webfragment.internal.util;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/util/WebfragmentResourceImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentResourceImpl.java,v 1.1 2009/10/15 18:52:17 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.util;
11
package org.eclipse.jst.javaee.webfragment.internal.util;
8
12
9
import org.eclipse.emf.common.util.URI;
13
import org.eclipse.emf.common.util.URI;
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/util/WebfragmentXMLProcessor.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentXMLProcessor.java,v 1.1 2009/10/15 18:52:17 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.util;
11
package org.eclipse.jst.javaee.webfragment.internal.util;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/util/WebfragmentAdapterFactory.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentAdapterFactory.java,v 1.1 2009/10/15 18:52:17 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.util;
11
package org.eclipse.jst.javaee.webfragment.internal.util;
8
12
9
import org.eclipse.emf.common.notify.Adapter;
13
import org.eclipse.emf.common.notify.Adapter;
(-)jee-models/org/eclipse/jst/javaee/webfragment/WebAppDeploymentDescriptor.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebAppDeploymentDescriptor.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment;
11
package org.eclipse.jst.javaee.webfragment;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/util/JcaSwitch.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaSwitch.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.util;
11
package org.eclipse.jst.javaee.jca.internal.util;
8
12
9
import java.util.List;
13
import java.util.List;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/util/JcaResourceImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaResourceImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.util;
11
package org.eclipse.jst.javaee.jca.internal.util;
8
12
9
import org.eclipse.emf.common.util.URI;
13
import org.eclipse.emf.common.util.URI;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/util/JcaResourceFactoryImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaResourceFactoryImpl.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.util;
11
package org.eclipse.jst.javaee.jca.internal.util;
8
12
9
import org.eclipse.emf.common.util.URI;
13
import org.eclipse.emf.common.util.URI;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/util/JcaAdapterFactory.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaAdapterFactory.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.util;
11
package org.eclipse.jst.javaee.jca.internal.util;
8
12
9
import org.eclipse.emf.common.notify.Adapter;
13
import org.eclipse.emf.common.notify.Adapter;
(-)jee-models/org/eclipse/jst/javaee/jca/internal/util/JcaXMLProcessor.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: JcaXMLProcessor.java,v 1.1 2009/10/15 18:52:02 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.jca.internal.util;
11
package org.eclipse.jst.javaee.jca.internal.util;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/metadata/WebappFactory.java (-48 lines)
Removed Link Here
1
/**
2
 * <copyright>
3
 * </copyright>
4
 *
5
 * $Id: WebappFactory.java,v 1.1 2009/10/15 18:52:19 canderson Exp $
6
 */
7
package org.eclipse.jst.javaee.webapp.internal.metadata;
8
9
import org.eclipse.emf.ecore.EFactory;
10
11
import org.eclipse.jst.javaee.webapp.WebAppDeploymentDescriptor;
12
13
/**
14
 * <!-- begin-user-doc -->
15
 * The <b>Factory</b> for the model.
16
 * It provides a create method for each non-abstract class of the model.
17
 * <!-- end-user-doc -->
18
 * @see org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage
19
 * @generated
20
 */
21
public interface WebappFactory extends EFactory {
22
	/**
23
	 * The singleton instance of the factory.
24
	 * <!-- begin-user-doc -->
25
	 * <!-- end-user-doc -->
26
	 * @generated
27
	 */
28
	WebappFactory eINSTANCE = org.eclipse.jst.javaee.webapp.internal.impl.WebappFactoryImpl.init();
29
30
	/**
31
	 * Returns a new object of class '<em>Web App Deployment Descriptor</em>'.
32
	 * <!-- begin-user-doc -->
33
	 * <!-- end-user-doc -->
34
	 * @return a new object of class '<em>Web App Deployment Descriptor</em>'.
35
	 * @generated
36
	 */
37
	WebAppDeploymentDescriptor createWebAppDeploymentDescriptor();
38
39
	/**
40
	 * Returns the package supported by this factory.
41
	 * <!-- begin-user-doc -->
42
	 * <!-- end-user-doc -->
43
	 * @return the package supported by this factory.
44
	 * @generated
45
	 */
46
	WebappPackage getWebappPackage();
47
48
} //WebappFactory
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/metadata/WebappPackage.java (-6 / +11 lines)
Lines 1-15 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappPackage.java,v 1.1 2009/10/15 18:52:19 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.metadata;
11
package org.eclipse.jst.javaee.webapp.internal.metadata;
8
12
9
import org.eclipse.emf.ecore.EAttribute;
13
import org.eclipse.emf.ecore.EAttribute;
10
import org.eclipse.emf.ecore.EClass;
14
import org.eclipse.emf.ecore.EClass;
11
import org.eclipse.emf.ecore.EPackage;
15
import org.eclipse.emf.ecore.EPackage;
12
import org.eclipse.emf.ecore.EReference;
16
import org.eclipse.emf.ecore.EReference;
17
import org.eclipse.jst.javaee.webapp.WebappFactory;
13
18
14
/**
19
/**
15
 * <!-- begin-user-doc -->
20
 * <!-- begin-user-doc -->
Lines 374-380 Link Here
374
 * 
379
 * 
375
 *     
380
 *     
376
 * <!-- end-model-doc -->
381
 * <!-- end-model-doc -->
377
 * @see org.eclipse.jst.javaee.webapp.internal.metadata.WebappFactory
382
 * @see org.eclipse.jst.javaee.webapp.WebappFactory
378
 * @generated
383
 * @generated
379
 */
384
 */
380
public interface WebappPackage extends EPackage {
385
public interface WebappPackage extends EPackage {
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/ConcurrentMethodTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: ConcurrentMethodTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/DependsOnTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: DependsOnTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/StatefulTimeoutTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: StatefulTimeoutTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import java.math.BigInteger;
13
import java.math.BigInteger;
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/TimerTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: TimerTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import java.util.Collection;
13
import java.util.Collection;
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/AroundTimeoutTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AroundTimeoutTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/AccessTimeoutTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AccessTimeoutTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import java.math.BigInteger;
13
import java.math.BigInteger;
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/AsyncMethodTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: AsyncMethodTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/ejb/internal/impl/TimerScheduleTypeImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: TimerScheduleTypeImpl.java,v 1.1 2009/10/15 18:52:06 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.ejb.internal.impl;
11
package org.eclipse.jst.javaee.ejb.internal.impl;
8
12
9
import org.eclipse.emf.common.notify.Notification;
13
import org.eclipse.emf.common.notify.Notification;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/impl/WebAppDeploymentDescriptorImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebAppDeploymentDescriptorImpl.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.impl;
11
package org.eclipse.jst.javaee.webapp.internal.impl;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/impl/WebappFactoryImpl.java (-6 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappFactoryImpl.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.impl;
11
package org.eclipse.jst.javaee.webapp.internal.impl;
8
12
9
import org.eclipse.emf.ecore.EClass;
13
import org.eclipse.emf.ecore.EClass;
Lines 16-22 Link Here
16
20
17
import org.eclipse.jst.javaee.webapp.*;
21
import org.eclipse.jst.javaee.webapp.*;
18
22
19
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappFactory;
20
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage;
23
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage;
21
24
22
/**
25
/**
(-)jee-models/org/eclipse/jst/javaee/webapp/internal/impl/WebappPackageImpl.java (-6 / +10 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebappPackageImpl.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp.internal.impl;
11
package org.eclipse.jst.javaee.webapp.internal.impl;
8
12
9
import org.eclipse.emf.ecore.EAttribute;
13
import org.eclipse.emf.ecore.EAttribute;
Lines 44-51 Link Here
44
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage;
48
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage;
45
49
46
import org.eclipse.jst.javaee.webapp.WebAppDeploymentDescriptor;
50
import org.eclipse.jst.javaee.webapp.WebAppDeploymentDescriptor;
51
import org.eclipse.jst.javaee.webapp.WebappFactory;
47
52
48
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappFactory;
49
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage;
53
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage;
50
54
51
import org.eclipse.jst.javaee.webfragment.internal.impl.WebfragmentPackageImpl;
55
import org.eclipse.jst.javaee.webfragment.internal.impl.WebfragmentPackageImpl;
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/metadata/WebfragmentFactory.java (-48 lines)
Removed Link Here
1
/**
2
 * <copyright>
3
 * </copyright>
4
 *
5
 * $Id: WebfragmentFactory.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
6
 */
7
package org.eclipse.jst.javaee.webfragment.internal.metadata;
8
9
import org.eclipse.emf.ecore.EFactory;
10
11
import org.eclipse.jst.javaee.webfragment.WebAppDeploymentDescriptor;
12
13
/**
14
 * <!-- begin-user-doc -->
15
 * The <b>Factory</b> for the model.
16
 * It provides a create method for each non-abstract class of the model.
17
 * <!-- end-user-doc -->
18
 * @see org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage
19
 * @generated
20
 */
21
public interface WebfragmentFactory extends EFactory {
22
	/**
23
	 * The singleton instance of the factory.
24
	 * <!-- begin-user-doc -->
25
	 * <!-- end-user-doc -->
26
	 * @generated
27
	 */
28
	WebfragmentFactory eINSTANCE = org.eclipse.jst.javaee.webfragment.internal.impl.WebfragmentFactoryImpl.init();
29
30
	/**
31
	 * Returns a new object of class '<em>Web App Deployment Descriptor</em>'.
32
	 * <!-- begin-user-doc -->
33
	 * <!-- end-user-doc -->
34
	 * @return a new object of class '<em>Web App Deployment Descriptor</em>'.
35
	 * @generated
36
	 */
37
	WebAppDeploymentDescriptor createWebAppDeploymentDescriptor();
38
39
	/**
40
	 * Returns the package supported by this factory.
41
	 * <!-- begin-user-doc -->
42
	 * <!-- end-user-doc -->
43
	 * @return the package supported by this factory.
44
	 * @generated
45
	 */
46
	WebfragmentPackage getWebfragmentPackage();
47
48
} //WebfragmentFactory
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/metadata/WebfragmentPackage.java (-6 / +11 lines)
Lines 1-15 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentPackage.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.metadata;
11
package org.eclipse.jst.javaee.webfragment.internal.metadata;
8
12
9
import org.eclipse.emf.ecore.EAttribute;
13
import org.eclipse.emf.ecore.EAttribute;
10
import org.eclipse.emf.ecore.EClass;
14
import org.eclipse.emf.ecore.EClass;
11
import org.eclipse.emf.ecore.EPackage;
15
import org.eclipse.emf.ecore.EPackage;
12
import org.eclipse.emf.ecore.EReference;
16
import org.eclipse.emf.ecore.EReference;
17
import org.eclipse.jst.javaee.webfragment.WebfragmentFactory;
13
18
14
/**
19
/**
15
 * <!-- begin-user-doc -->
20
 * <!-- begin-user-doc -->
Lines 373-379 Link Here
373
 * 
378
 * 
374
 *     
379
 *     
375
 * <!-- end-model-doc -->
380
 * <!-- end-model-doc -->
376
 * @see org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentFactory
381
 * @see org.eclipse.jst.javaee.webfragment.WebfragmentFactory
377
 * @generated
382
 * @generated
378
 */
383
 */
379
public interface WebfragmentPackage extends EPackage {
384
public interface WebfragmentPackage extends EPackage {
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/impl/WebfragmentFactoryImpl.java (-6 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentFactoryImpl.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.impl;
11
package org.eclipse.jst.javaee.webfragment.internal.impl;
8
12
9
import org.eclipse.emf.ecore.EClass;
13
import org.eclipse.emf.ecore.EClass;
Lines 16-22 Link Here
16
20
17
import org.eclipse.jst.javaee.webfragment.*;
21
import org.eclipse.jst.javaee.webfragment.*;
18
22
19
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentFactory;
20
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage;
23
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage;
21
24
22
/**
25
/**
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/impl/WebfragmentPackageImpl.java (-6 / +10 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebfragmentPackageImpl.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.impl;
11
package org.eclipse.jst.javaee.webfragment.internal.impl;
8
12
9
import org.eclipse.emf.ecore.EAttribute;
13
import org.eclipse.emf.ecore.EAttribute;
Lines 48-55 Link Here
48
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage;
52
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage;
49
53
50
import org.eclipse.jst.javaee.webfragment.WebAppDeploymentDescriptor;
54
import org.eclipse.jst.javaee.webfragment.WebAppDeploymentDescriptor;
55
import org.eclipse.jst.javaee.webfragment.WebfragmentFactory;
51
56
52
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentFactory;
53
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage;
57
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage;
54
58
55
/**
59
/**
(-)jee-models/org/eclipse/jst/javaee/webfragment/internal/impl/WebAppDeploymentDescriptorImpl.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebAppDeploymentDescriptorImpl.java,v 1.1 2009/10/15 18:52:20 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webfragment.internal.impl;
11
package org.eclipse.jst.javaee.webfragment.internal.impl;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/webapp/WebAppDeploymentDescriptor.java (-5 / +9 lines)
Lines 1-9 Link Here
1
/**
1
/*******************************************************************************
2
 * <copyright>
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * </copyright>
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
4
 *
7
 *
5
 * $Id: WebAppDeploymentDescriptor.java,v 1.1 2009/10/15 18:52:17 canderson Exp $
8
 * Contributors:
6
 */
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
7
package org.eclipse.jst.javaee.webapp;
11
package org.eclipse.jst.javaee.webapp;
8
12
9
import java.util.Map;
13
import java.util.Map;
(-)jee-models/org/eclipse/jst/javaee/webapp/WebappFactory.java (+52 lines)
Added Link Here
1
/*******************************************************************************
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 *
8
 * Contributors:
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
11
package org.eclipse.jst.javaee.webapp;
12
13
import org.eclipse.emf.ecore.EFactory;
14
15
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage;
16
17
/**
18
 * <!-- begin-user-doc -->
19
 * The <b>Factory</b> for the model.
20
 * It provides a create method for each non-abstract class of the model.
21
 * <!-- end-user-doc -->
22
 * @see org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage
23
 * @generated
24
 */
25
public interface WebappFactory extends EFactory {
26
	/**
27
	 * The singleton instance of the factory.
28
	 * <!-- begin-user-doc -->
29
	 * <!-- end-user-doc -->
30
	 * @generated
31
	 */
32
	WebappFactory eINSTANCE = org.eclipse.jst.javaee.webapp.internal.impl.WebappFactoryImpl.init();
33
34
	/**
35
	 * Returns a new object of class '<em>Web App Deployment Descriptor</em>'.
36
	 * <!-- begin-user-doc -->
37
	 * <!-- end-user-doc -->
38
	 * @return a new object of class '<em>Web App Deployment Descriptor</em>'.
39
	 * @generated
40
	 */
41
	WebAppDeploymentDescriptor createWebAppDeploymentDescriptor();
42
43
	/**
44
	 * Returns the package supported by this factory.
45
	 * <!-- begin-user-doc -->
46
	 * <!-- end-user-doc -->
47
	 * @return the package supported by this factory.
48
	 * @generated
49
	 */
50
	WebappPackage getWebappPackage();
51
52
} //WebappFactory
(-)jee-models/org/eclipse/jst/javaee/jca/JcaFactory.java (+178 lines)
Added Link Here
1
/*******************************************************************************
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 *
8
 * Contributors:
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
11
package org.eclipse.jst.javaee.jca;
12
13
import org.eclipse.emf.ecore.EFactory;
14
15
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage;
16
17
/**
18
 * <!-- begin-user-doc -->
19
 * The <b>Factory</b> for the model.
20
 * It provides a create method for each non-abstract class of the model.
21
 * <!-- end-user-doc -->
22
 * @see org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage
23
 * @generated
24
 */
25
public interface JcaFactory extends EFactory {
26
	/**
27
	 * The singleton instance of the factory.
28
	 * <!-- begin-user-doc -->
29
	 * <!-- end-user-doc -->
30
	 * @generated
31
	 */
32
	JcaFactory eINSTANCE = org.eclipse.jst.javaee.jca.internal.impl.JcaFactoryImpl.init();
33
34
	/**
35
	 * Returns a new object of class '<em>Activation Spec</em>'.
36
	 * <!-- begin-user-doc -->
37
	 * <!-- end-user-doc -->
38
	 * @return a new object of class '<em>Activation Spec</em>'.
39
	 * @generated
40
	 */
41
	ActivationSpec createActivationSpec();
42
43
	/**
44
	 * Returns a new object of class '<em>Admin Object</em>'.
45
	 * <!-- begin-user-doc -->
46
	 * <!-- end-user-doc -->
47
	 * @return a new object of class '<em>Admin Object</em>'.
48
	 * @generated
49
	 */
50
	AdminObject createAdminObject();
51
52
	/**
53
	 * Returns a new object of class '<em>Authentication Mechanism</em>'.
54
	 * <!-- begin-user-doc -->
55
	 * <!-- end-user-doc -->
56
	 * @return a new object of class '<em>Authentication Mechanism</em>'.
57
	 * @generated
58
	 */
59
	AuthenticationMechanism createAuthenticationMechanism();
60
61
	/**
62
	 * Returns a new object of class '<em>Config Property</em>'.
63
	 * <!-- begin-user-doc -->
64
	 * <!-- end-user-doc -->
65
	 * @return a new object of class '<em>Config Property</em>'.
66
	 * @generated
67
	 */
68
	ConfigProperty createConfigProperty();
69
70
	/**
71
	 * Returns a new object of class '<em>Connection Definition</em>'.
72
	 * <!-- begin-user-doc -->
73
	 * <!-- end-user-doc -->
74
	 * @return a new object of class '<em>Connection Definition</em>'.
75
	 * @generated
76
	 */
77
	ConnectionDefinition createConnectionDefinition();
78
79
	/**
80
	 * Returns a new object of class '<em>Connector</em>'.
81
	 * <!-- begin-user-doc -->
82
	 * <!-- end-user-doc -->
83
	 * @return a new object of class '<em>Connector</em>'.
84
	 * @generated
85
	 */
86
	Connector createConnector();
87
88
	/**
89
	 * Returns a new object of class '<em>Connector Deployment Descriptor</em>'.
90
	 * <!-- begin-user-doc -->
91
	 * <!-- end-user-doc -->
92
	 * @return a new object of class '<em>Connector Deployment Descriptor</em>'.
93
	 * @generated
94
	 */
95
	ConnectorDeploymentDescriptor createConnectorDeploymentDescriptor();
96
97
	/**
98
	 * Returns a new object of class '<em>Inbound Resource Adapter</em>'.
99
	 * <!-- begin-user-doc -->
100
	 * <!-- end-user-doc -->
101
	 * @return a new object of class '<em>Inbound Resource Adapter</em>'.
102
	 * @generated
103
	 */
104
	InboundResourceAdapter createInboundResourceAdapter();
105
106
	/**
107
	 * Returns a new object of class '<em>License</em>'.
108
	 * <!-- begin-user-doc -->
109
	 * <!-- end-user-doc -->
110
	 * @return a new object of class '<em>License</em>'.
111
	 * @generated
112
	 */
113
	License createLicense();
114
115
	/**
116
	 * Returns a new object of class '<em>Message Adapter</em>'.
117
	 * <!-- begin-user-doc -->
118
	 * <!-- end-user-doc -->
119
	 * @return a new object of class '<em>Message Adapter</em>'.
120
	 * @generated
121
	 */
122
	MessageAdapter createMessageAdapter();
123
124
	/**
125
	 * Returns a new object of class '<em>Message Listener</em>'.
126
	 * <!-- begin-user-doc -->
127
	 * <!-- end-user-doc -->
128
	 * @return a new object of class '<em>Message Listener</em>'.
129
	 * @generated
130
	 */
131
	MessageListener createMessageListener();
132
133
	/**
134
	 * Returns a new object of class '<em>Outbound Resource Adapter</em>'.
135
	 * <!-- begin-user-doc -->
136
	 * <!-- end-user-doc -->
137
	 * @return a new object of class '<em>Outbound Resource Adapter</em>'.
138
	 * @generated
139
	 */
140
	OutboundResourceAdapter createOutboundResourceAdapter();
141
142
	/**
143
	 * Returns a new object of class '<em>Required Config Property</em>'.
144
	 * <!-- begin-user-doc -->
145
	 * <!-- end-user-doc -->
146
	 * @return a new object of class '<em>Required Config Property</em>'.
147
	 * @generated
148
	 */
149
	RequiredConfigProperty createRequiredConfigProperty();
150
151
	/**
152
	 * Returns a new object of class '<em>Resource Adapter</em>'.
153
	 * <!-- begin-user-doc -->
154
	 * <!-- end-user-doc -->
155
	 * @return a new object of class '<em>Resource Adapter</em>'.
156
	 * @generated
157
	 */
158
	ResourceAdapter createResourceAdapter();
159
160
	/**
161
	 * Returns a new object of class '<em>Security Permission</em>'.
162
	 * <!-- begin-user-doc -->
163
	 * <!-- end-user-doc -->
164
	 * @return a new object of class '<em>Security Permission</em>'.
165
	 * @generated
166
	 */
167
	SecurityPermission createSecurityPermission();
168
169
	/**
170
	 * Returns the package supported by this factory.
171
	 * <!-- begin-user-doc -->
172
	 * <!-- end-user-doc -->
173
	 * @return the package supported by this factory.
174
	 * @generated
175
	 */
176
	JcaPackage getJcaPackage();
177
178
} //JcaFactory
(-)jee-models/org/eclipse/jst/javaee/webfragment/WebfragmentFactory.java (+52 lines)
Added Link Here
1
/*******************************************************************************
2
 * Copyright (c) 2009 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
6
 * http://www.eclipse.org/legal/epl-v10.html
7
 *
8
 * Contributors:
9
 * IBM Corporation - initial API and implementation
10
 *******************************************************************************/
11
package org.eclipse.jst.javaee.webfragment;
12
13
import org.eclipse.emf.ecore.EFactory;
14
15
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage;
16
17
/**
18
 * <!-- begin-user-doc -->
19
 * The <b>Factory</b> for the model.
20
 * It provides a create method for each non-abstract class of the model.
21
 * <!-- end-user-doc -->
22
 * @see org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage
23
 * @generated
24
 */
25
public interface WebfragmentFactory extends EFactory {
26
	/**
27
	 * The singleton instance of the factory.
28
	 * <!-- begin-user-doc -->
29
	 * <!-- end-user-doc -->
30
	 * @generated
31
	 */
32
	WebfragmentFactory eINSTANCE = org.eclipse.jst.javaee.webfragment.internal.impl.WebfragmentFactoryImpl.init();
33
34
	/**
35
	 * Returns a new object of class '<em>Web App Deployment Descriptor</em>'.
36
	 * <!-- begin-user-doc -->
37
	 * <!-- end-user-doc -->
38
	 * @return a new object of class '<em>Web App Deployment Descriptor</em>'.
39
	 * @generated
40
	 */
41
	WebAppDeploymentDescriptor createWebAppDeploymentDescriptor();
42
43
	/**
44
	 * Returns the package supported by this factory.
45
	 * <!-- begin-user-doc -->
46
	 * <!-- end-user-doc -->
47
	 * @return the package supported by this factory.
48
	 * @generated
49
	 */
50
	WebfragmentPackage getWebfragmentPackage();
51
52
} //WebfragmentFactory

Return to bug 252615