| Package | Description |
|---|---|
| com.sap.conn.jco |
Contains the major part of the interfaces and factories that 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 metadata associated with this ABAP object instance.
|
JCoClassMetaData |
JCoRepository.getClassMetaData(String className)
Returns the metadata 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.
Implementations that do not use a cache just provide an empty method. |
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 © 2017 SAP. All Rights Reserved.