Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XInterfaceAttributeTypeDescription

Base Interface
com::sun::star::reflection::XInterfaceMemberTypeDescription

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


Methods' Summary

isReadOnly
getType

Methods' Details

isReadOnly
 
boolean
isReadOnly();
Returns
if the attribute is read only or not.
getType
 
com::sun::star::reflection::XTypeDescription
getType();
Returns
the type of the attribute.

Top of Page