|
||||||||
| 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()
public java.lang.String getName()
public IMetaData getImportParameterList()
public IMetaData getExportParameterList()
public IMetaData getTableParameterList()
public JCO.AbapException[] getExceptionList()
public JCO.AbapException getException(java.lang.String key)
public JCO.Function getFunction()
public JCO.Request getRequest()
public java.lang.String toString()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||