The MetaData and Object Manager API allows you to access metadata for database, classes, entities, attributes, operations, and parameters.
SUPDatabaseMetaData
You can use the SUPDatabaseMetaData class to retrieve information about all the classes and entities for which metadata has been generated.
SUPClassMetaData
The SUPClassMetaData class holds metadata for the MBO, including attributes and operations.
SUPAttributeMetaData
The SUPAttributeMetaData class holds metadata for attributes such as attribute name, column name, type, and maxlength.
Code Example for Accessing Metadata
The following code example for a package named "SampleApp" shows how to access metadata for database, classes, entities, attributes, operations, and parameters.