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

interface XConstantTypeDescription
Base Interfaces
XConstantTypeDescriptionXTypeDescription

XTypeDescription
(referenced interface's summary:)

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