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 |
---|---|
ListFieldMetaData |
RfcFactory.createListFieldMetaData()
Returns a new object of class 'List Field Meta Data'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplate.getChanging()
Returns the value of the 'Changing' reference list.
|
List<ListFieldMetaData> |
FunctionTemplate.getChangingParameterList()
Returns the value of the 'Changing Parameter List' attribute.
|
List<ListFieldMetaData> |
FunctionTemplate.getExportParameterList()
Returns the value of the 'Export Parameter List' attribute.
|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplate.getExports()
Returns the value of the 'Exports' reference list.
|
List<ListFieldMetaData> |
FunctionTemplate.getImportParameterList()
Returns the value of the 'Import Parameter List' attribute.
|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplate.getImports()
Returns the value of the 'Imports' reference list.
|
List<ListFieldMetaData> |
FunctionTemplate.getTableParameterList()
Returns the value of the 'Table Parameter List' attribute.
|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplate.getTables()
Returns the value of the 'Tables' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
FunctionTemplate.setChangingParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Changing Parameter List ' attribute. |
void |
FunctionTemplate.setExportParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Export Parameter List ' attribute. |
void |
FunctionTemplate.setImportParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Import Parameter List ' attribute. |
void |
FunctionTemplate.setTableParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Table Parameter List ' attribute. |
Modifier and Type | Class and Description |
---|---|
class |
ListFieldMetaDataImpl
An implementation of the model object 'List Field Meta Data'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.changing
The cached value of the '
Changing ' reference list. |
protected org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.exports
The cached value of the '
Exports ' reference list. |
protected org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.imports
The cached value of the '
Imports ' reference list. |
protected org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.tables
The cached value of the '
Tables ' reference list. |
Modifier and Type | Method and Description |
---|---|
ListFieldMetaData |
RfcFactoryImpl.createListFieldMetaData() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.getChanging() |
List<ListFieldMetaData> |
FunctionTemplateImpl.getChangingParameterList() |
List<ListFieldMetaData> |
FunctionTemplateImpl.getExportParameterList() |
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.getExports() |
List<ListFieldMetaData> |
FunctionTemplateImpl.getImportParameterList() |
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.getImports() |
List<ListFieldMetaData> |
FunctionTemplateImpl.getTableParameterList() |
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
FunctionTemplateImpl.getTables() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionTemplateImpl.setChangingParameterList(List<ListFieldMetaData> newChangingParameterList) |
void |
FunctionTemplateImpl.setExportParameterList(List<ListFieldMetaData> newExportParameterList) |
void |
FunctionTemplateImpl.setImportParameterList(List<ListFieldMetaData> newImportParameterList) |
void |
FunctionTemplateImpl.setTableParameterList(List<ListFieldMetaData> newTableParameterList) |
Modifier and Type | Method and Description |
---|---|
T |
RfcSwitch.caseListFieldMetaData(ListFieldMetaData object)
Returns the result of interpreting the object as an instance of 'List Field Meta Data'.
|
Apache Camel