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

interface XConstantsTypeDescription
Base Interfaces
XConstantsTypeDescriptionXTypeDescription

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
OOo 1.1.2

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