|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Encapsulates all meta-data of a function and its import, export, and table parameters. It is used to create a real executable function having the name and parameters as specified by the template.
JCO.Function
Method Summary | |
java.lang.Object |
clone()
Creates a copy of the function template |
JCO.AbapException[] |
getExceptionList()
Returns a list of exceptions that can occur in ABAP The exception group will be set to JCO.Exception.JCO_ERROR_ABAP_EXCEPTION, key will contain the exception key while the message will contain a textual description. |
IMetaData |
getExportParameterList()
Returns the meta-data for the export parameter list |
JCO.Function |
getFunction()
Creates a function object from the template and returns it |
IMetaData |
getImportParameterList()
Returns the meta-data for the import parameter list |
java.lang.String |
getName()
Return the function name |
JCO.Request |
getRequest()
Creates a request object from the template and returns it |
IMetaData |
getTableParameterList()
Returns the meta-data for the table parameter list |
java.lang.String |
toString()
Returns a string representation of the function template |
Method Detail |
public java.lang.Object clone()
public java.lang.String getName()
public IMetaData getImportParameterList()
public IMetaData getExportParameterList()
public IMetaData getTableParameterList()
public JCO.AbapException[] getExceptionList()
null
if not specifiedJCO.Exception
public java.lang.String toString()
toString
in class java.lang.Object
public JCO.Function getFunction()
public JCO.Request getRequest()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |