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

interface XInterfaceAttributeTypeDescription
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XTypeDescription
    |
    +-XInterfaceMemberTypeDescription
       |
       +-XInterfaceAttributeTypeDescription
Description
Reflects an interface attribute type. 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