Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: reflection ::

interface XCompoundTypeDescription

Base Interface
com::sun::star::reflection::XTypeDescription

Description
the type description of a struct or exception.


Methods' Summary

getBaseType returns the type of the base type from the compound. If the compound does not have a base type, the method returns a NULL.
getMemberTypes
getMemberNames

Methods' Details

getBaseType
 
com::sun::star::reflection::XTypeDescription
getBaseType();
Description
returns the type of the base type from the compound. If the compound does not have a base type, the method returns a NULL.
getMemberTypes
 
sequence< com::sun::star::reflection::XTypeDescription >
getMemberTypes();
Returns
the members of the struct or exception.
getMemberNames
 
sequence< string >
getMemberNames();
Returns
the member names of the struct or exception.

Top of Page