public class RfcAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
RfcPackage| Modifier and Type | Field and Description |
|---|---|
protected static RfcPackage |
modelPackage
The cached model package.
|
protected RfcSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
RfcAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAbapExceptionAdapter()
Creates a new adapter for an object of class '
Abap Exception'. |
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target. |
org.eclipse.emf.common.notify.Adapter |
createDestinationAdapter()
Creates a new adapter for an object of class '
Destination'. |
org.eclipse.emf.common.notify.Adapter |
createDestinationDataAdapter()
Creates a new adapter for an object of class '
Destination Data'. |
org.eclipse.emf.common.notify.Adapter |
createDestinationDataEntryAdapter()
Creates a new adapter for an object of class '
Destination Data Entry'. |
org.eclipse.emf.common.notify.Adapter |
createDestinationDataStoreAdapter()
Creates a new adapter for an object of class '
Destination Data Store'. |
org.eclipse.emf.common.notify.Adapter |
createDestinationDataStoreEntryAdapter()
Creates a new adapter for an object of class '
Destination Data Store Entry'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createFieldMetaDataAdapter()
Creates a new adapter for an object of class '
Field Meta Data'. |
org.eclipse.emf.common.notify.Adapter |
createFunctionTemplateAdapter()
Creates a new adapter for an object of class '
Function Template'. |
org.eclipse.emf.common.notify.Adapter |
createListFieldMetaDataAdapter()
Creates a new adapter for an object of class '
List Field Meta Data'. |
org.eclipse.emf.common.notify.Adapter |
createRecordMetaDataAdapter()
Creates a new adapter for an object of class '
Record Meta Data'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryDataAdapter()
Creates a new adapter for an object of class '
Repository Data'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryDataEntryAdapter()
Creates a new adapter for an object of class '
Repository Data Entry'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryDataStoreAdapter()
Creates a new adapter for an object of class '
Repository Data Store'. |
org.eclipse.emf.common.notify.Adapter |
createRepositoryDataStoreEntryAdapter()
Creates a new adapter for an object of class '
Repository Data Store Entry'. |
org.eclipse.emf.common.notify.Adapter |
createRequestAdapter()
Creates a new adapter for an object of class '
Request'. |
org.eclipse.emf.common.notify.Adapter |
createResponseAdapter()
Creates a new adapter for an object of class '
Response'. |
org.eclipse.emf.common.notify.Adapter |
createRFCAdapter()
Creates a new adapter for an object of class '
RFC'. |
org.eclipse.emf.common.notify.Adapter |
createSapConnectionConfigurationAdapter()
Creates a new adapter for an object of class '
Sap Connection Configuration'. |
org.eclipse.emf.common.notify.Adapter |
createServerAdapter()
Creates a new adapter for an object of class '
Server'. |
org.eclipse.emf.common.notify.Adapter |
createServerDataAdapter()
Creates a new adapter for an object of class '
Server Data'. |
org.eclipse.emf.common.notify.Adapter |
createServerDataEntryAdapter()
Creates a new adapter for an object of class '
Server Data Entry'. |
org.eclipse.emf.common.notify.Adapter |
createServerDataStoreAdapter()
Creates a new adapter for an object of class '
Server Data Store'. |
org.eclipse.emf.common.notify.Adapter |
createServerDataStoreEntryAdapter()
Creates a new adapter for an object of class '
Server Data Store Entry'. |
org.eclipse.emf.common.notify.Adapter |
createStructureAdapter()
Creates a new adapter for an object of class '
Structure'. |
org.eclipse.emf.common.notify.Adapter |
createTableAdapter()
Creates a new adapter for an object of class '
Table'. |
org.eclipse.emf.common.notify.Adapter |
createTIDStoreAdapter()
Creates a new adapter for an object of class '
TID Store'. |
org.eclipse.emf.common.notify.Adapter |
createTIDStoreEntryAdapter()
Creates a new adapter for an object of class '
TID Store Entry'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static RfcPackage modelPackage
protected RfcSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public RfcAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createDestinationAdapter()
Destination'.
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.
Destinationpublic org.eclipse.emf.common.notify.Adapter createRFCAdapter()
RFC'.
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.
RFCpublic org.eclipse.emf.common.notify.Adapter createTableAdapter()
Table'.
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.
Tablepublic org.eclipse.emf.common.notify.Adapter createStructureAdapter()
Structure'.
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.
Structurepublic org.eclipse.emf.common.notify.Adapter createRequestAdapter()
Request'.
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.
Requestpublic org.eclipse.emf.common.notify.Adapter createResponseAdapter()
Response'.
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.
Responsepublic org.eclipse.emf.common.notify.Adapter createSapConnectionConfigurationAdapter()
Sap Connection Configuration'.
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.
SapConnectionConfigurationpublic org.eclipse.emf.common.notify.Adapter createDestinationDataEntryAdapter()
Destination Data Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createDestinationDataAdapter()
Destination Data'.
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.
DestinationDatapublic org.eclipse.emf.common.notify.Adapter createDestinationDataStoreEntryAdapter()
Destination Data Store Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createDestinationDataStoreAdapter()
Destination Data Store'.
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.
DestinationDataStorepublic org.eclipse.emf.common.notify.Adapter createServerAdapter()
Server'.
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.
Serverpublic org.eclipse.emf.common.notify.Adapter createServerDataEntryAdapter()
Server Data Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createServerDataAdapter()
Server Data'.
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.
ServerDatapublic org.eclipse.emf.common.notify.Adapter createServerDataStoreEntryAdapter()
Server Data Store Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createServerDataStoreAdapter()
Server Data Store'.
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.
ServerDataStorepublic org.eclipse.emf.common.notify.Adapter createFunctionTemplateAdapter()
Function Template'.
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.
FunctionTemplatepublic org.eclipse.emf.common.notify.Adapter createRecordMetaDataAdapter()
Record Meta Data'.
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.
RecordMetaDatapublic org.eclipse.emf.common.notify.Adapter createFieldMetaDataAdapter()
Field Meta Data'.
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.
FieldMetaDatapublic org.eclipse.emf.common.notify.Adapter createListFieldMetaDataAdapter()
List Field Meta Data'.
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.
ListFieldMetaDatapublic org.eclipse.emf.common.notify.Adapter createAbapExceptionAdapter()
Abap Exception'.
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.
AbapExceptionpublic org.eclipse.emf.common.notify.Adapter createRepositoryDataEntryAdapter()
Repository Data Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createRepositoryDataAdapter()
Repository Data'.
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.
RepositoryDatapublic org.eclipse.emf.common.notify.Adapter createRepositoryDataStoreAdapter()
Repository Data Store'.
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.
RepositoryDataStorepublic org.eclipse.emf.common.notify.Adapter createRepositoryDataStoreEntryAdapter()
Repository Data Store Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createTIDStoreEntryAdapter()
TID Store Entry'.
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.
Map.Entrypublic org.eclipse.emf.common.notify.Adapter createTIDStoreAdapter()
TID Store'.
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.
TIDStorepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Apache Camel