:: com :: sun :: star :: reflection ::
|
interface XIndirectTypeDescription |
- Base Interfaces
XIndirectTypeDescription
┗ ::com::sun::star::reflection::XTypeDescription
-
|
- Description
- Reflects a typedef or sequence type.
The type class of this description is TypeClass_TYPEDEF or
TypeClass_SEQUENCE.
|
Methods' Summary |
getReferencedType |
Returns the typedefed type, if the type is a typedef,
or the element type, if the type is a sequence.
|
Methods' Details |
getReferencedType
- Description
- Returns the typedefed type, if the type is a typedef,
or the element type, if the type is a sequence.
- Returns
-
referenced type
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.