blob: c25ed0ac315ebd5891c3410befd93284dc1a494b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008 IBM Corporation, University of Stuttgart (IAAS) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation, University of Stuttgart (IAAS) - initial API and implementation
*******************************************************************************/
package org.eclipse.bpel.apache.ode.deploy.model.dd.util;
import org.eclipse.bpel.apache.ode.deploy.model.dd.*;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.Notifier;
import org.eclipse.emf.common.notify.impl.AdapterFactoryImpl;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* The <b>Adapter Factory</b> for the model.
* It provides an adapter <code>createXXX</code> method for each class of the model.
* <!-- end-user-doc -->
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.ddPackage
* @generated
*/
public class ddAdapterFactory extends AdapterFactoryImpl {
/**
* The cached model package.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected static ddPackage modelPackage;
/**
* Creates an instance of the adapter factory.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public ddAdapterFactory() {
if (modelPackage == null) {
modelPackage = ddPackage.eINSTANCE;
}
}
/**
* Returns whether this factory is applicable for the type of the object.
* <!-- begin-user-doc -->
* This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
* <!-- end-user-doc -->
* @return whether this factory is applicable for the type of the object.
* @generated
*/
@Override
public boolean isFactoryForType(Object object) {
if (object == modelPackage) {
return true;
}
if (object instanceof EObject) {
return ((EObject)object).eClass().getEPackage() == modelPackage;
}
return false;
}
/**
* The switch that delegates to the <code>createXXX</code> methods.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected ddSwitch<Adapter> modelSwitch =
new ddSwitch<Adapter>() {
@Override
public Adapter caseBindingType(BindingType object) {
return createBindingTypeAdapter();
}
@Override
public Adapter caseDocumentRoot(DocumentRoot object) {
return createDocumentRootAdapter();
}
@Override
public Adapter caseMexInterceptorsType(MexInterceptorsType object) {
return createMexInterceptorsTypeAdapter();
}
@Override
public Adapter caseProcessType(ProcessType object) {
return createProcessTypeAdapter();
}
@Override
public Adapter casePropertyType(PropertyType object) {
return createPropertyTypeAdapter();
}
@Override
public Adapter caseTDeployment(TDeployment object) {
return createTDeploymentAdapter();
}
@Override
public Adapter caseTEnableEventList(TEnableEventList object) {
return createTEnableEventListAdapter();
}
@Override
public Adapter caseTInvoke(TInvoke object) {
return createTInvokeAdapter();
}
@Override
public Adapter caseTMexInterceptor(TMexInterceptor object) {
return createTMexInterceptorAdapter();
}
@Override
public Adapter caseTProcessEvents(TProcessEvents object) {
return createTProcessEventsAdapter();
}
@Override
public Adapter caseTProvide(TProvide object) {
return createTProvideAdapter();
}
@Override
public Adapter caseTScopeEvents(TScopeEvents object) {
return createTScopeEventsAdapter();
}
@Override
public Adapter caseTService(TService object) {
return createTServiceAdapter();
}
@Override
public Adapter defaultCase(EObject object) {
return createEObjectAdapter();
}
};
/**
* Creates an adapter for the <code>target</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param target the object to adapt.
* @return the adapter for the <code>target</code>.
* @generated
*/
@Override
public Adapter createAdapter(Notifier target) {
return modelSwitch.doSwitch((EObject)target);
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.BindingType <em>Binding Type</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.BindingType
* @generated
*/
public Adapter createBindingTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.DocumentRoot <em>Document Root</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.DocumentRoot
* @generated
*/
public Adapter createDocumentRootAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.MexInterceptorsType <em>Mex Interceptors Type</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.MexInterceptorsType
* @generated
*/
public Adapter createMexInterceptorsTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.ProcessType <em>Process Type</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.ProcessType
* @generated
*/
public Adapter createProcessTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.PropertyType <em>Property Type</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.PropertyType
* @generated
*/
public Adapter createPropertyTypeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TDeployment <em>TDeployment</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TDeployment
* @generated
*/
public Adapter createTDeploymentAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TEnableEventList <em>TEnable Event List</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TEnableEventList
* @generated
*/
public Adapter createTEnableEventListAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TInvoke <em>TInvoke</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TInvoke
* @generated
*/
public Adapter createTInvokeAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TMexInterceptor <em>TMex Interceptor</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TMexInterceptor
* @generated
*/
public Adapter createTMexInterceptorAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TProcessEvents <em>TProcess Events</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TProcessEvents
* @generated
*/
public Adapter createTProcessEventsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TProvide <em>TProvide</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TProvide
* @generated
*/
public Adapter createTProvideAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TScopeEvents <em>TScope Events</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TScopeEvents
* @generated
*/
public Adapter createTScopeEventsAdapter() {
return null;
}
/**
* Creates a new adapter for an object of class '{@link org.eclipse.bpel.apache.ode.deploy.model.dd.TService <em>TService</em>}'.
* <!-- begin-user-doc -->
* This default implementation returns null so that we can easily ignore cases;
* it's useful to ignore a case when inheritance will catch all the cases anyway.
* <!-- end-user-doc -->
* @return the new adapter.
* @see org.eclipse.bpel.apache.ode.deploy.model.dd.TService
* @generated
*/
public Adapter createTServiceAdapter() {
return null;
}
/**
* Creates a new adapter for the default case.
* <!-- begin-user-doc -->
* This default implementation returns null.
* <!-- end-user-doc -->
* @return the new adapter.
* @generated
*/
public Adapter createEObjectAdapter() {
return null;
}
} //ddAdapterFactory