| 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 |
|---|---|
FunctionTemplate |
RfcFactory.createFunctionTemplate()
Returns a new object of class 'Function Template'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EMap<String,FunctionTemplate> |
RepositoryData.getEntries()
Returns the value of the 'Entries' map.
|
Map<String,FunctionTemplate> |
RepositoryData.getFunctionTemplates()
Returns the value of the 'Function Templates' attribute.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryData.setFunctionTemplates(Map<String,FunctionTemplate> value)
Sets the value of the '
Function Templates' attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionTemplateImpl
An implementation of the model object 'Function Template'.
|
| Modifier and Type | Field and Description |
|---|---|
protected FunctionTemplate |
RepositoryDataEntryImpl.value
The cached value of the '
Value' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EMap<String,FunctionTemplate> |
RepositoryDataImpl.entries
The cached value of the '
Entries' map. |
| Modifier and Type | Method and Description |
|---|---|
FunctionTemplate |
RepositoryDataEntryImpl.basicGetTypedValue() |
FunctionTemplate |
RfcFactoryImpl.createFunctionTemplate() |
FunctionTemplate |
RepositoryDataEntryImpl.getTypedValue() |
FunctionTemplate |
RepositoryDataEntryImpl.getValue() |
FunctionTemplate |
RepositoryDataEntryImpl.setValue(FunctionTemplate value) |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<String,FunctionTemplate> |
RfcFactoryImpl.createRepositoryDataEntry() |
org.eclipse.emf.common.util.EMap<String,FunctionTemplate> |
RepositoryDataEntryImpl.getEMap() |
org.eclipse.emf.common.util.EMap<String,FunctionTemplate> |
RepositoryDataImpl.getEntries() |
Map<String,FunctionTemplate> |
RepositoryDataImpl.getFunctionTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDataEntryImpl.setTypedValue(FunctionTemplate newValue) |
FunctionTemplate |
RepositoryDataEntryImpl.setValue(FunctionTemplate value) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryDataImpl.setFunctionTemplates(Map<String,FunctionTemplate> newFunctionTemplates) |
| Modifier and Type | Method and Description |
|---|---|
T |
RfcSwitch.caseFunctionTemplate(FunctionTemplate object)
Returns the result of interpreting the object as an instance of 'Function Template'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RfcSwitch.caseRepositoryDataEntry(Map.Entry<String,FunctionTemplate> object)
Returns the result of interpreting the object as an instance of 'Repository Data Entry'.
|
Apache Camel