| Package | Description |
|---|---|
| org.fusesource.camel.component.sap.model.rfc | |
| org.fusesource.camel.component.sap.model.rfc.impl | |
| org.fusesource.camel.component.sap.model.rfc.util |
| Modifier and Type | Method and Description |
|---|---|
ServerData |
RfcFactory.createServerData()
Returns a new object of class 'Server Data'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EMap<String,ServerData> |
ServerDataStore.getEntries()
Returns the value of the 'Entries' map.
|
org.eclipse.emf.common.util.EList<ServerData> |
ServerDataStore.getServerData()
Returns the value of the 'Server Data' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerDataImpl
An implementation of the model object '
Server Data'.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServerData |
ServerDataStoreEntryImpl.value
The cached value of the '
Value' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EMap<String,ServerData> |
ServerDataStoreImpl.entries
The cached value of the '
Entries' map. |
protected org.eclipse.emf.common.util.EList<ServerData> |
ServerDataStoreImpl.serverData
The cached value of the '
Server Data' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
ServerData |
ServerDataStoreEntryImpl.basicGetTypedValue() |
ServerData |
RfcFactoryImpl.createServerData() |
ServerData |
ServerDataStoreEntryImpl.getTypedValue() |
ServerData |
ServerDataStoreEntryImpl.getValue() |
ServerData |
ServerDataStoreEntryImpl.setValue(ServerData value) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,ServerData> |
RfcFactoryImpl.createServerDataStoreEntry() |
org.eclipse.emf.common.util.EMap<String,ServerData> |
ServerDataStoreEntryImpl.getEMap() |
org.eclipse.emf.common.util.EMap<String,ServerData> |
ServerDataStoreImpl.getEntries() |
org.eclipse.emf.common.util.EList<ServerData> |
ServerDataStoreImpl.getServerData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDataStoreEntryImpl.setTypedValue(ServerData newValue) |
ServerData |
ServerDataStoreEntryImpl.setValue(ServerData value) |
| Modifier and Type | Method and Description |
|---|---|
T |
RfcSwitch.caseServerData(ServerData object)
Returns the result of interpreting the object as an instance of 'Server Data'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RfcSwitch.caseServerDataStoreEntry(Map.Entry<String,ServerData> object)
Returns the result of interpreting the object as an instance of 'Server Data Store Entry'.
|
Apache Camel