public class RfcSwitch<T>
extends org.eclipse.emf.ecore.util.Switch<T>
doSwitch(object)
to invoke the caseXXX
method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
RfcPackage
Modifier and Type | Field and Description |
---|---|
protected static RfcPackage |
modelPackage
The cached model package
|
Constructor and Description |
---|
RfcSwitch()
Creates an instance of the switch.
|
Modifier and Type | Method and Description |
---|---|
T |
caseAbapException(AbapException object)
Returns the result of interpreting the object as an instance of 'Abap Exception'.
|
T |
caseDestination(Destination object)
Returns the result of interpreting the object as an instance of 'Destination'.
|
T |
caseDestinationData(DestinationData object)
Returns the result of interpreting the object as an instance of 'Destination Data'.
|
T |
caseDestinationDataEntry(Map.Entry<String,String> object)
Returns the result of interpreting the object as an instance of 'Destination Data Entry'.
|
T |
caseDestinationDataStore(DestinationDataStore object)
Returns the result of interpreting the object as an instance of 'Destination Data Store'.
|
T |
caseDestinationDataStoreEntry(Map.Entry<String,DestinationData> object)
Returns the result of interpreting the object as an instance of 'Destination Data Store Entry'.
|
T |
caseFieldMetaData(FieldMetaData object)
Returns the result of interpreting the object as an instance of 'Field Meta Data'.
|
T |
caseFunctionTemplate(FunctionTemplate object)
Returns the result of interpreting the object as an instance of 'Function Template'.
|
T |
caseListFieldMetaData(ListFieldMetaData object)
Returns the result of interpreting the object as an instance of 'List Field Meta Data'.
|
T |
caseRecordMetaData(RecordMetaData object)
Returns the result of interpreting the object as an instance of 'Record Meta Data'.
|
T |
caseRepositoryData(RepositoryData object)
Returns the result of interpreting the object as an instance of 'Repository Data'.
|
T |
caseRepositoryDataEntry(Map.Entry<String,FunctionTemplate> object)
Returns the result of interpreting the object as an instance of 'Repository Data Entry'.
|
T |
caseRepositoryDataStore(RepositoryDataStore object)
Returns the result of interpreting the object as an instance of 'Repository Data Store'.
|
T |
caseRepositoryDataStoreEntry(Map.Entry<String,RepositoryData> object)
Returns the result of interpreting the object as an instance of 'Repository Data Store Entry'.
|
T |
caseRequest(Request object)
Returns the result of interpreting the object as an instance of 'Request'.
|
T |
caseResponse(Response object)
Returns the result of interpreting the object as an instance of 'Response'.
|
T |
caseRFC(RFC object)
Returns the result of interpreting the object as an instance of 'RFC'.
|
T |
caseSapConnectionConfiguration(SapConnectionConfiguration object)
Returns the result of interpreting the object as an instance of 'Sap Connection Configuration'.
|
T |
caseServer(Server object)
Returns the result of interpreting the object as an instance of 'Server'.
|
T |
caseServerData(ServerData object)
Returns the result of interpreting the object as an instance of 'Server Data'.
|
T |
caseServerDataEntry(Map.Entry<String,String> object)
Returns the result of interpreting the object as an instance of 'Server Data Entry'.
|
T |
caseServerDataStore(ServerDataStore object)
Returns the result of interpreting the object as an instance of 'Server Data Store'.
|
T |
caseServerDataStoreEntry(Map.Entry<String,ServerData> object)
Returns the result of interpreting the object as an instance of 'Server Data Store Entry'.
|
T |
caseStructure(Structure object)
Returns the result of interpreting the object as an instance of 'Structure'.
|
<S extends Structure> |
caseTable(Table<S> object)
Returns the result of interpreting the object as an instance of 'Table'.
|
T |
caseTIDStore(TIDStore object)
Returns the result of interpreting the object as an instance of 'TID Store'.
|
T |
caseTIDStoreEntry(Map.Entry<String,String> object)
Returns the result of interpreting the object as an instance of 'TID Store Entry'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
protected T |
doSwitch(int classifierID,
org.eclipse.emf.ecore.EObject theEObject)
Calls
caseXXX for each class of the model until one returns a non null result; it yields that result. |
protected boolean |
isSwitchFor(org.eclipse.emf.ecore.EPackage ePackage)
Checks whether this is a switch for the given package.
|
protected static RfcPackage modelPackage
protected boolean isSwitchFor(org.eclipse.emf.ecore.EPackage ePackage)
isSwitchFor
in class org.eclipse.emf.ecore.util.Switch<T>
protected T doSwitch(int classifierID, org.eclipse.emf.ecore.EObject theEObject)
caseXXX
for each class of the model until one returns a non null result; it yields that result.
doSwitch
in class org.eclipse.emf.ecore.util.Switch<T>
caseXXX
call.public T caseDestination(Destination object)
object
- the target of the switch.doSwitch(EObject)
public T caseRFC(RFC object)
object
- the target of the switch.doSwitch(EObject)
public <S extends Structure> T caseTable(Table<S> object)
object
- the target of the switch.doSwitch(EObject)
public T caseStructure(Structure object)
object
- the target of the switch.doSwitch(EObject)
public T caseRequest(Request object)
object
- the target of the switch.doSwitch(EObject)
public T caseResponse(Response object)
object
- the target of the switch.doSwitch(EObject)
public T caseSapConnectionConfiguration(SapConnectionConfiguration object)
object
- the target of the switch.doSwitch(EObject)
public T caseDestinationDataEntry(Map.Entry<String,String> object)
object
- the target of the switch.doSwitch(EObject)
public T caseDestinationData(DestinationData object)
object
- the target of the switch.doSwitch(EObject)
public T caseDestinationDataStoreEntry(Map.Entry<String,DestinationData> object)
object
- the target of the switch.doSwitch(EObject)
public T caseDestinationDataStore(DestinationDataStore object)
object
- the target of the switch.doSwitch(EObject)
public T caseServer(Server object)
object
- the target of the switch.doSwitch(EObject)
public T caseServerDataEntry(Map.Entry<String,String> object)
object
- the target of the switch.doSwitch(EObject)
public T caseServerData(ServerData object)
object
- the target of the switch.doSwitch(EObject)
public T caseServerDataStoreEntry(Map.Entry<String,ServerData> object)
object
- the target of the switch.doSwitch(EObject)
public T caseServerDataStore(ServerDataStore object)
object
- the target of the switch.doSwitch(EObject)
public T caseFunctionTemplate(FunctionTemplate object)
object
- the target of the switch.doSwitch(EObject)
public T caseRecordMetaData(RecordMetaData object)
object
- the target of the switch.doSwitch(EObject)
public T caseFieldMetaData(FieldMetaData object)
object
- the target of the switch.doSwitch(EObject)
public T caseListFieldMetaData(ListFieldMetaData object)
object
- the target of the switch.doSwitch(EObject)
public T caseAbapException(AbapException object)
object
- the target of the switch.doSwitch(EObject)
public T caseRepositoryDataEntry(Map.Entry<String,FunctionTemplate> object)
object
- the target of the switch.doSwitch(EObject)
public T caseRepositoryData(RepositoryData object)
object
- the target of the switch.doSwitch(EObject)
public T caseRepositoryDataStore(RepositoryDataStore object)
object
- the target of the switch.doSwitch(EObject)
public T caseRepositoryDataStoreEntry(Map.Entry<String,RepositoryData> object)
object
- the target of the switch.doSwitch(EObject)
public T caseTIDStoreEntry(Map.Entry<String,String> object)
object
- the target of the switch.doSwitch(EObject)
public T caseTIDStore(TIDStore object)
object
- the target of the switch.doSwitch(EObject)
public T defaultCase(org.eclipse.emf.ecore.EObject object)
defaultCase
in class org.eclipse.emf.ecore.util.Switch<T>
object
- the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)
Apache Camel