Syntax
interface XCompoundTypeDescription : com::sun::star::reflection::XTypeDescription ;
Description
the type description of a struct or exception.
Method Details
|
|
Syntax
- com::sun::star::reflection::XTypeDescription getBaseType
();
Description
returns the type of the base type from the compound. If the compound does not have a base type, the method returns a NULL.
Syntax
- sequence< com::sun::star::reflection::XTypeDescription > getMemberTypes
();
Returns
- the members of the struct or exception.
Syntax
- sequence< string > getMemberNames
();
Returns
- the member names of the struct or exception.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.