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

interface XConstantTypeDescription
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTypeDescription
    |
    +-XConstantTypeDescription
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
XModuleTypeDescription
See also
XConstantsTypeDescription
Since version
OpenOffice.org 1.1.1

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