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

interface XConstantTypeDescription
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--::com::sun::star::reflection::XTypeDescription
       |  
       +--XConstantTypeDescription
::com::sun::star::reflection::XTypeDescription
(referenced interface's summary:)
Reflects a UNOIDL entity.
Description
Reflects a constant.

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

Constants may be contained in constants groups and modules.

See also
::com::sun::star::reflection::XModuleTypeDescription
See also
::com::sun::star::reflection::XConstantsTypeDescription
Since
OpenOffice 1.1.2

Methods' Summary
getConstantValue  
Methods' Details
getConstantValue
any
getConstantValue();

Returns
the value of the constant.

Following types are allowed for constants:

  • boolean
  • byte
  • short
  • unsigned short
  • long
  • unsigned long
  • hyper
  • unsigned hyper
  • float
  • double
Top of Page