|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JCoFunctionTemplate
Encapsulates all metadata of a function and its import, changing, export and table parameters as well as the exception list.
Method Summary | |
---|---|
JCoListMetaData |
getChangingParameterList()
Returns the meta data for the changing parameter list. |
AbapException |
getException(String key)
Returns the ABAP exception for the specified key. |
AbapException[] |
getExceptionList()
Returns the ABAP exception list. |
JCoListMetaData |
getExportParameterList()
Returns the meta data for the export parameter list. |
JCoFunction |
getFunction()
Creates a function object from the template and returns it. |
JCoListMetaData |
getFunctionInterface()
Returns the meta data for the function interface, i.e. |
JCoListMetaData |
getImportParameterList()
Returns the meta data for the import parameter list. |
String |
getName()
Returns the name of the function. |
JCoRequest |
getRequest()
Returns a request object for this function template. |
JCoListMetaData |
getTableParameterList()
Returns the meta data for the table parameter list. |
boolean |
supportsASXML()
Returns true if this function module is supporting the ASXML semantics for serialization in the RFC protocol. |
Method Detail |
---|
String getName()
JCoListMetaData getImportParameterList()
JCoListMetaData getExportParameterList()
JCoListMetaData getChangingParameterList()
JCoListMetaData getTableParameterList()
AbapException[] getExceptionList()
AbapException getException(String key)
JCoFunction getFunction()
JCoRequest getRequest()
JCoListMetaData getFunctionInterface()
boolean supportsASXML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |