public interface FunctionTemplate
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RfcPackage.getFunctionTemplate()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
getChanging()
Returns the value of the 'Changing' reference list.
|
List<ListFieldMetaData> |
getChangingParameterList()
Returns the value of the 'Changing Parameter List' attribute.
|
List<AbapException> |
getExceptionList()
Returns the value of the 'Exception List' attribute.
|
org.eclipse.emf.common.util.EList<AbapException> |
getExceptions()
Returns the value of the 'Exceptions' reference list.
|
List<ListFieldMetaData> |
getExportParameterList()
Returns the value of the 'Export Parameter List' attribute.
|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
getExports()
Returns the value of the 'Exports' reference list.
|
List<ListFieldMetaData> |
getImportParameterList()
Returns the value of the 'Import Parameter List' attribute.
|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
getImports()
Returns the value of the 'Imports' reference list.
|
List<ListFieldMetaData> |
getTableParameterList()
Returns the value of the 'Table Parameter List' attribute.
|
org.eclipse.emf.common.util.EList<ListFieldMetaData> |
getTables()
Returns the value of the 'Tables' reference list.
|
void |
setChangingParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Changing Parameter List ' attribute. |
void |
setExceptionList(List<AbapException> value)
Sets the value of the '
Exception List ' attribute. |
void |
setExportParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Export Parameter List ' attribute. |
void |
setImportParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Import Parameter List ' attribute. |
void |
setTableParameterList(List<ListFieldMetaData> value)
Sets the value of the '
Table Parameter List ' attribute. |
org.eclipse.emf.common.util.EList<ListFieldMetaData> getImports()
ListFieldMetaData
.
If the meaning of the 'Imports' reference list isn't clear, there really should be more of a description here...
RfcPackage.getFunctionTemplate_Imports()
org.eclipse.emf.common.util.EList<ListFieldMetaData> getExports()
ListFieldMetaData
.
If the meaning of the 'Exports' reference list isn't clear, there really should be more of a description here...
RfcPackage.getFunctionTemplate_Exports()
org.eclipse.emf.common.util.EList<ListFieldMetaData> getChanging()
ListFieldMetaData
.
If the meaning of the 'Changing' reference list isn't clear, there really should be more of a description here...
RfcPackage.getFunctionTemplate_Changing()
org.eclipse.emf.common.util.EList<ListFieldMetaData> getTables()
ListFieldMetaData
.
If the meaning of the 'Tables' reference list isn't clear, there really should be more of a description here...
RfcPackage.getFunctionTemplate_Tables()
org.eclipse.emf.common.util.EList<AbapException> getExceptions()
AbapException
.
If the meaning of the 'Exceptions' reference list isn't clear, there really should be more of a description here...
RfcPackage.getFunctionTemplate_Exceptions()
List<ListFieldMetaData> getImportParameterList()
If the meaning of the 'Import Parameter List' attribute list isn't clear, there really should be more of a description here...
setImportParameterList(List)
,
RfcPackage.getFunctionTemplate_ImportParameterList()
void setImportParameterList(List<ListFieldMetaData> value)
Import Parameter List
' attribute.
value
- the new value of the 'Import Parameter List' attribute.getImportParameterList()
List<ListFieldMetaData> getExportParameterList()
If the meaning of the 'Export Parameter List' attribute list isn't clear, there really should be more of a description here...
setExportParameterList(List)
,
RfcPackage.getFunctionTemplate_ExportParameterList()
void setExportParameterList(List<ListFieldMetaData> value)
Export Parameter List
' attribute.
value
- the new value of the 'Export Parameter List' attribute.getExportParameterList()
List<ListFieldMetaData> getChangingParameterList()
If the meaning of the 'Changing Parameter List' attribute list isn't clear, there really should be more of a description here...
setChangingParameterList(List)
,
RfcPackage.getFunctionTemplate_ChangingParameterList()
void setChangingParameterList(List<ListFieldMetaData> value)
Changing Parameter List
' attribute.
value
- the new value of the 'Changing Parameter List' attribute.getChangingParameterList()
List<ListFieldMetaData> getTableParameterList()
If the meaning of the 'Table Parameter List' attribute isn't clear, there really should be more of a description here...
setTableParameterList(List)
,
RfcPackage.getFunctionTemplate_TableParameterList()
void setTableParameterList(List<ListFieldMetaData> value)
Table Parameter List
' attribute.
value
- the new value of the 'Table Parameter List' attribute.getTableParameterList()
List<AbapException> getExceptionList()
If the meaning of the 'Exception List' attribute list isn't clear, there really should be more of a description here...
setExceptionList(List)
,
RfcPackage.getFunctionTemplate_ExceptionList()
void setExceptionList(List<AbapException> value)
Exception List
' attribute.
value
- the new value of the 'Exception List' attribute.getExceptionList()
Apache Camel