Uses of Interface
com.sap.conn.jco.JCoParameterList

Packages that use JCoParameterList
com.sap.conn.jco Contains the major part of the interfaces and factories an application for JCo is typically dealing with. 
 

Uses of JCoParameterList in com.sap.conn.jco
 

Subinterfaces of JCoParameterList in com.sap.conn.jco
 interface JCoRequest
          A JCoRequest is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
 interface JCoResponse
          A JCoResponse is a special view on a JCoFunction and is used in the Request/Response model of JCo function calls.
 

Methods in com.sap.conn.jco that return JCoParameterList
 JCoParameterList JCoFunction.getChangingParameterList()
          Returns the list of changing parameters.
 JCoParameterList JCoFunction.getExportParameterList()
          Returns the list of export parameters.
 JCoParameterList JCoFunction.getImportParameterList()
          Returns the list import parameters.
 JCoParameterList JCoFunction.getTableParameterList()
          Returns the list of table parameters.
 



Copyright © 2015 SAP. All Rights Reserved.