Package | Description |
---|---|
com.sap.conn.jco |
Contains the major part of the interfaces and factories an application for JCo is typically dealing with.
|
Modifier and Type | Method and Description |
---|---|
static JCoClassMetaData |
JCo.createClassMetaData(JCoClassMetaData metaData)
Returns a newly created instance of JCoClassMetaData, which is initially
a copy of the passed JCoClassMetaData.
|
static JCoClassMetaData |
JCo.createClassMetaData(String name)
Returns a newly created and empty instance of JCoClassMetaData
with the passed initial capacity for new field information.
|
static JCoClassMetaData |
JCo.createClassMetaData(String name,
String[] parentClasses,
String[] implementedInterfaces,
int capacity)
Returns a newly created and empty instance of JCoClassMetaData
with the passed initial capacity for new field information.
|
JCoClassMetaData |
JCoAbapObject.getClassMetaData()
Returns the class meta data associated with this ABAP object instance.
|
JCoClassMetaData |
JCoRepository.getClassMetaData(String className)
Returns the meta data for the passed class/interface name.
|
Modifier and Type | Method and Description |
---|---|
void |
JCoCustomRepository.addClassMetaDataToCache(JCoClassMetaData meta)
Adds a class definition to the local cache.
|
static JCoAbapObject |
JCo.createAbapObject(JCoClassMetaData classMetaData,
Map<String,Object> initialValues)
This is a constructor for an instance of an ABAP class.
|
static JCoClassMetaData |
JCo.createClassMetaData(JCoClassMetaData metaData)
Returns a newly created instance of JCoClassMetaData, which is initially
a copy of the passed JCoClassMetaData.
|
Copyright © 2016 SAP. All Rights Reserved.