interface XInterfaceAttributeTypeDescription in module com::sun::star::reflection::

(Global Index)

Syntax

interface XInterfaceAttributeTypeDescription : com::sun::star::reflection::XInterfaceMemberTypeDescription ;

Description

The interface attribute type description. The type class of this description is TypeClass_INTERFACE_ATTRIBUTE.

Method Summary

isReadOnly

getType

Method Details



isReadOnly

Syntax

boolean isReadOnly ();

Description

Returns

if the attribute is read only or not.

getType

Syntax

com::sun::star::reflection::XTypeDescription getType ();

Description

Returns

the type of the attribute.
Top of Page