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

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

interface XIdlClassProvider

Base Interface
com::sun::star::uno::XInterface

Description
makes it possible to access the XIdlClass interfaces of the implementation.


Methods' Summary

getIdlClasses Returns the sequence of the XIdlClasses, that represents the type of the implementation. If the object does not aggregate other objects, then the length of the sequence is 1. If the object aggregates other objects, then all XIdlClasses from these objects are appended to the sequence.

Methods' Details

getIdlClasses
 
sequence< com::sun::star::reflection::XIdlClass >
getIdlClasses();
Description
Returns the sequence of the XIdlClasses, that represents the type of the implementation. If the object does not aggregate other objects, then the length of the sequence is 1. If the object aggregates other objects, then all XIdlClasses from these objects are appended to the sequence.

Top of Page