public interface RepositoryData
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getRepositoryData()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EMap<String,FunctionTemplate> |
getEntries()
Returns the value of the 'Entries' map.
|
Map<String,FunctionTemplate> |
getFunctionTemplates()
Returns the value of the 'Function Templates' attribute.
|
void |
setFunctionTemplates(Map<String,FunctionTemplate> value)
Sets the value of the '
Function Templates ' attribute. |
org.eclipse.emf.common.util.EMap<String,FunctionTemplate> getEntries()
String
,
and the value is of type FunctionTemplate
,
If the meaning of the 'Entries' reference list isn't clear, there really should be more of a description here...
RfcPackage.getRepositoryData_Entries()
Map<String,FunctionTemplate> getFunctionTemplates()
If the meaning of the 'Function Templates' attribute isn't clear, there really should be more of a description here...
setFunctionTemplates(Map)
,
RfcPackage.getRepositoryData_FunctionTemplates()
void setFunctionTemplates(Map<String,FunctionTemplate> value)
Function Templates
' attribute.
value
- the new value of the 'Function Templates' attribute.getFunctionTemplates()
Apache Camel