Uses of Interface
com.sap.mw.jco.IFunctionTemplate

Uses of IFunctionTemplate in com.sap.mw.jco
 

Classes in com.sap.mw.jco that implement IFunctionTemplate
static class JCO.FunctionTemplate
          Encapsulates all meta data of a function and its import, export, and table parameters.
 

Methods in com.sap.mw.jco that return IFunctionTemplate
 IFunctionTemplate JCO.BasicRepository.getFunctionTemplate(java.lang.String function_name)
          Returns the template for the passed function.
 IFunctionTemplate IRepository.getFunctionTemplate(java.lang.String function_name)
          Returns the template for the function having the specified name
 

Constructors in com.sap.mw.jco with parameters of type IFunctionTemplate
JCO.Function(IFunctionTemplate template)
          Creates an instance of the function from a template