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

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

interface XArrayTypeDescription

Base Interface
com::sun::star::reflection::XTypeDescription

Description
The type description of an array. The type class of this description is TypeClass_ARRAY.


Methods' Summary

getType
getNumberOfDimensions
getDimensions

Methods' Details

getType
 
com::sun::star::reflection::XTypeDescription
getType();
Returns
the typedefed type, if the type is a typedef, or the base type, if the type is a array or sequence.
getNumberOfDimensions
 
long
getNumberOfDimensions();
Returns
the number of dimensions.
getDimensions
 
sequence< long >
getDimensions();
Returns
a sequence with the array dimensions.

Top of Page