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

interface XInterfaceAttributeTypeDescription
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XTypeDescription
       |  
       +--XInterfaceMemberTypeDescription
            |  
            +--XInterfaceAttributeTypeDescription
XInterfaceMemberTypeDescription
(referenced interface's summary:)
Base interface for reflected interface members.
Description
Reflects an interface attribute type.

This type is superseded by XInterfaceAttributeTypeDescription2 , which supports extended attributes.

The type class of this type is TypeClass_INTERFACE_ATTRIBUTE.

Methods' Summary
isReadOnly Returns true, if this attribute is read-only.  
getType Returns the type of the attribute.  
Methods' Details
isReadOnly
boolean
isReadOnly();

Description
Returns true, if this attribute is read-only.
Returns
true, if attribute is read-only
getType
XTypeDescription
getType();

Description
Returns the type of the attribute.
Returns
type of attribute
Top of Page