|
||||||||
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 vectorpublic 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 arrayMethod Detail |
public java.lang.Object clone()
clone
in interface IFunctionTemplate
public java.lang.String getName()
getName
in interface IFunctionTemplate
public IMetaData getImportParameterList()
getImportParameterList
in interface IFunctionTemplate
public IMetaData getExportParameterList()
getExportParameterList
in interface IFunctionTemplate
public IMetaData getTableParameterList()
getTableParameterList
in interface IFunctionTemplate
public JCO.AbapException[] getExceptionList()
getExceptionList
in interface IFunctionTemplate
public JCO.AbapException getException(java.lang.String key)
public JCO.Function getFunction()
getFunction
in interface IFunctionTemplate
public JCO.Request getRequest()
getRequest
in interface IFunctionTemplate
public java.lang.String toString()
toString
in interface IFunctionTemplate
toString
in class java.lang.Object
com.sap.mw.jco.IFunctionTemplate
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |