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(java.util.Map.Entry<java.lang.String,java.lang.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(java.util.Map.Entry<java.lang.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 |
caseRepositoryDataStore(RepositoryDataStore object)
Returns the result of interpreting the object as an instance of 'Repository Data Store'.
|
T |
caseRespositoryDataEntry(java.util.Map.Entry<java.lang.String,FunctionTemplate> object)
Returns the result of interpreting the object as an instance of 'Respository Data Entry'.
|
T |
caseRespositoryDataStoreEntry(java.util.Map.Entry<java.lang.String,RepositoryData> object)
Returns the result of interpreting the object as an instance of 'Respository Data Store Entry'.
|
T |
caseRFC(RFC object)
Returns the result of interpreting the object as an instance of 'RFC'.
|
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(java.util.Map.Entry<java.lang.String,java.lang.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(java.util.Map.Entry<java.lang.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 |
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 caseDestinationDataEntry(java.util.Map.Entry<java.lang.String,java.lang.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(java.util.Map.Entry<java.lang.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(java.util.Map.Entry<java.lang.String,java.lang.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(java.util.Map.Entry<java.lang.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 caseRespositoryDataEntry(java.util.Map.Entry<java.lang.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 caseRespositoryDataStoreEntry(java.util.Map.Entry<java.lang.String,RepositoryData> 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)Copyright © 2015 Red Hat, Inc.. All Rights Reserved.