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

interface XConstantsTypeDescription
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTypeDescription
    |
    +-XConstantsTypeDescription
Description
Reflects a constants group.

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

Since version
OpenOffice.org 1.1.1

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

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