The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Class_Structure
|
/*
* STRUCT: SE_Class_Structure
*
* Used by the SE_GetClassStructure() function to retrieve information about
* the fields of a class.
*
* Information about its relationships with other classes can be found via
* SE_IsAbstractClass, SE_IsLinkClass, SE_SuperClass, SE_AggregatesCount,
* SE_AggregatesList, SE_AssociationsCount, SE_AssociationsList,
* SE_AssociationsList, SE_ComponentsCount, SE_ComponentsList.
*/
} SE_Class_Structure;
Field Notes
the 'plain text' name of the class, e.g. "Data Table" for
<Data Table>
the number of fields for the class
array of descriptors of the fields of the class, including
inherited fields
Prev: SE_Character.
Next: SE_CMY_Data.
Return to:
Top of this Page,
Type Index
|
Last updated: May 15, 2003
|
Copyright © 2003 SEDRIS
|
|