|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.sap.mw.jco.JCO.FunctionTemplate
Encapsulates all meta data of a function and its import, export, and table parameters.
| Constructor Summary | |
JCO.FunctionTemplate(java.lang.String name,
IMetaData input,
IMetaData output,
IMetaData tables,
JCO.AbapException[] exceptions)
Creates an instance of the function template |
|
JCO.FunctionTemplate(java.lang.String name,
IMetaData input,
IMetaData output,
IMetaData tables,
java.util.Vector exceptions)
Creates an instance of the function template |
|
| Method Summary | |
java.lang.Object |
clone()
Creates an returns a copy of the IFunctionTemplate object. |
JCO.AbapException |
getException(java.lang.String key)
Returns the ABAP exception for the specified key |
JCO.AbapException[] |
getExceptionList()
Returns the ABAP exception list |
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()
Returns the name of the function |
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 |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JCO.FunctionTemplate(java.lang.String name,
IMetaData input,
IMetaData output,
IMetaData tables,
java.util.Vector exceptions)
name - the function nameinput - the meta data of the import parameter listoutput - the meta data of the export parameter listtables - the meta data of the table parameter listexceptions - the the exception list as a vector
public JCO.FunctionTemplate(java.lang.String name,
IMetaData input,
IMetaData output,
IMetaData tables,
JCO.AbapException[] exceptions)
name - the function nameinput - the meta data of the import parameter listoutput - the meta data of the export parameter listtables - the meta data of the table parameter listexceptions - the exception list as an array| Method Detail |
public java.lang.Object clone()
clone in interface IFunctionTemplatepublic java.lang.String getName()
getName in interface IFunctionTemplatepublic IMetaData getImportParameterList()
getImportParameterList in interface IFunctionTemplatepublic IMetaData getExportParameterList()
getExportParameterList in interface IFunctionTemplatepublic IMetaData getTableParameterList()
getTableParameterList in interface IFunctionTemplatepublic JCO.AbapException[] getExceptionList()
getExceptionList in interface IFunctionTemplatepublic JCO.AbapException getException(java.lang.String key)
public JCO.Function getFunction()
getFunction in interface IFunctionTemplatepublic JCO.Request getRequest()
getRequest in interface IFunctionTemplatepublic java.lang.String toString()
toString in interface IFunctionTemplatetoString in class java.lang.Objectcom.sap.mw.jco.IFunctionTemplate
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||