XArrayTypeDescription |
The type description of an array.
The type class of this description is TypeClass_ARRAY.
|
XCompoundTypeDescription |
the type description of a struct or exception.
|
XEnumTypeDescription |
the type description of an enum.
|
XIdlArray |
provides methods to dynamically access arrays.
|
XIdlClass |
provides information about a type or module in an UNO environment.
Every array also belongs to a type that is reflected as an
XIdlClass object that is shared by all arrays with the
same element type and number of dimensions. Finally, any of the
primitive IDL types are also represented as XIdlClass
objects. This includes "void, any, boolean, char, float, double, octet,
short, long, hypher, unsigned octet, unsigned short, unsigned long" and
"unsigned hypher".
|
XIdlClassProvider |
makes it possible to access the XIdlClass interfaces of the
implementation.
|
XIdlField |
XIdlMember |
makes it possible to access members of classes dynamically.
|
XIdlMethod |
makes it possible to access the specification of a method dynamically.
|
XIdlReflection |
offers access to the repository of all known IDL types.
|
XIndirectTypeDescription |
The type description of a typedef, array or sequence.
The type class of this description is TypeClass_TYPEDEF or
TypeClass_SEQUENCE or TypeClass_ARRAY.
|
XInterfaceAttributeTypeDescription |
The interface attribute type description.
The type class of this description is TypeClass_INTERFACE_ATTRIBUTE.
|
XInterfaceMemberTypeDescription |
The type description of a member (method or attribute) of an interface.
The type class of this description is TypeClass_INTERFACE_METHOD or
TypeClass_INTERFACE_ATTRIBUTE.
|
XInterfaceMethodTypeDescription |
The interface method type description.
The type class of this description is TypeClass_INTERFACE_METHOD.
|
XInterfaceTypeDescription |
The type description of an interface.
The type class of this description is TypeClass_INTERFACE_INTERFACE.
|
XMethodParameter |
The description of an interface method parameter.
One of the methods isIn() or isOut() must return true.
|
XProxyFactory |
You can create proxy interfaces via this interface.
|
XTypeDescription |
The generic idl type description.
|
XUnionTypeDescription |
The type description of a union.
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.