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

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

Uses of JCoListMetaData in com.sap.conn.jco
 

Methods in com.sap.conn.jco that return JCoListMetaData
static JCoListMetaData JCo.createListMetaData(JCoListMetaData metaData)
          Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData.
static JCoListMetaData JCo.createListMetaData(java.lang.String name)
          Returns a newly created and empty instance of JCoListMetaData.
static JCoListMetaData JCo.createListMetaData(java.lang.String name, int capacity)
          Returns a newly created and empty instance of JCoListMetaData with the passed initial capacity for new field information.
 JCoListMetaData JCoFunctionTemplate.getChangingParameterList()
          Returns the meta data for the changing parameter list
 JCoListMetaData JCoFunctionTemplate.getExportParameterList()
          Returns the meta data for the export parameter list
 JCoListMetaData JCoFunctionTemplate.getFunctionInterface()
          Returns the meta data for the function interface, i.e.
 JCoListMetaData JCoRepository.getFunctionInterface(java.lang.String functionName)
          Returns the meta data for the passed function
 JCoListMetaData JCoFunctionTemplate.getImportParameterList()
          Returns the meta data for the import parameter list
 JCoListMetaData JCoParameterList.getListMetaData()
          returns the appropriated meta data object, that was used for creation of this record
 JCoListMetaData JCoFunctionTemplate.getTableParameterList()
          Returns the meta data for the table parameter list
 

Methods in com.sap.conn.jco with parameters of type JCoListMetaData
static JCoFunctionTemplate JCo.createFunctionTemplate(java.lang.String name, JCoListMetaData imports, JCoListMetaData exports, JCoListMetaData changing, JCoListMetaData tables, AbapException[] exceptions)
          This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
static JCoFunctionTemplate JCo.createFunctionTemplate(java.lang.String name, JCoListMetaData imports, JCoListMetaData exports, JCoListMetaData changing, JCoListMetaData tables, AbapException[] exceptions, boolean supportsASXML)
          This factory method allows to create a JCoFunctionTemplate that can be used in later function module executions.
static JCoListMetaData JCo.createListMetaData(JCoListMetaData metaData)
          Returns a newly created instance of JCoListMetaData, which is initially a copy of the passed JCoListMetaData.
 



Copyright © 2008-2014 SAP AG. All Rights Reserved.