:: com :: sun :: star :: reflection ::
|
interface XCompoundTypeDescription |
- Base Interfaces
XCompoundTypeDescription
┗ XTypeDescription
-
|
- Description
- Reflects a compound type, i.e. a struct or exception.
For struct types, this type is superseded by
XStructTypeDescription, which supports polymorphic struct
types.
|
Methods' Summary |
getBaseType |
Returns the type of the base type of the compound type.
If the compound does not have a base type, the method returns a null interface.
|
getMemberTypes |
Returns the member types of the struct/exception in IDL declaration order.
|
getMemberNames |
Returns the member names of the struct/exception in IDL declaration order.
|
Methods' Details |
getBaseType
- Description
- Returns the type of the base type of the compound type.
If the compound does not have a base type, the method returns a null interface.
- Returns
- base interface or null
|
|
getMemberTypes
- Description
- Returns the member types of the struct/exception in IDL declaration order.
For a polymorphic struct type template, a member of parameterized
type is represented by an instance of
XTypeDescription whose
type class is UNKNOWN and whose name is the name of the
type parameter.
- Returns
- members of struct/exception
|
|
getMemberNames
sequence< string > |
getMemberNames(); |
- Description
- Returns the member names of the struct/exception in IDL declaration order.
- Returns
- members names of struct/exception
|
|
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.