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

interface XConstantsTypeDescription
Base Interfaces
XConstantsTypeDescription
┗ ::com::sun::star::reflection::XTypeDescription

::com::sun::star::reflection::XTypeDescription
(referenced interface's summary:)
Reflects a UNOIDL entity.
Description
Reflects a constants group.

The type class of this type is ::com::sun::star::uno::TypeClass::CONSTANTS .

Since
OpenOffice 1.1.2

Methods' Summary
getConstants Returns the contstants defined for this constants group.  
Methods' Details
getConstants
sequence< ::com::sun::star::reflection::XConstantTypeDescription >
getConstants();

Description
Returns the contstants defined for this constants group.
Returns
a sequence containing constants descriptions.
Top of Page