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

interface XPropertyTypeDescription
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTypeDescription
    |
    +-XPropertyTypeDescription
Description
Reflects a property.

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

Since version
OpenOffice.org 1.1.1

Methods' Summary
getPropertyFlags
getPropertyTypeDescription
Methods' Details
getPropertyFlags
short
getPropertyFlags();
 
 

Returns
the flags defined for this property.

The possible values are defined in ::com::sun::star::beans::PropertyAttribute

getPropertyTypeDescription
XTypeDescription
getPropertyTypeDescription();
 
 

Returns
the type description for this property.
Top of Page