This is abstract interface for bridges.
The interface implemented by UNO environments.
The IFieldDescription
describes non
method members.
With a mapping objets can be mapped from one environment to another.
The IMemberDescription
is the base interface
for for the special subset of typedescriptions, which describe
members of IDL structs or interfeces.
The IMethodDescription
allows to examine a method
in detail.
Searches for the first occurence of the given argument, testing
for equality using the equals method.
Initializes data structures used for mappings of property names to property object,
property handles to property objects and property objects to id objects.
This class is a container for interfaces.
Creates a new instance of InterfaceContainer
Constructs an empty list with the specified initial capacity.
This is the delegator interface for Java objects implementing interfaces of
an underlying UNO object.
Indicates if this member is an any.
checks if the any contains UNO idl sequence value (meaning a java array
containing elements which are values of UNO idl types).
checks if the any contains a value of the idl type boolean
.
checks if the any contains a value of the idl type byte
.
checks if the any contains a value of the idl type char
.
Indicates if this method is const.
checks if the any contains a value of the idl type double
.
Tests if this list has no elements.
checks if the any contains a value of the idl type enum
.
checks if the any contains a value of the idl type float
.
checks if the any contains a value of the idl type long
(which maps to a java-int).
Indicates if this member is an interface.
checks if the any contains a value of the idl type hyper
(which maps to a java-long).
checks if the any contains an interface, struct, exception, sequence or enum.
Indicates if this method is oneWay
,
respectivly if this method may become executed asynchronously.
Tests if the given reference represents a facet of the underlying UNO
object.
checks if the any contains a value of the idl type short
.
checks if the any contains a value of the idl type string
.
Determines whether this UNO type is a supertype of another UNO type.
checks if the any contains a value of the idl type type
.
Indicates if this member is unsigned.
checks if the any contains the idl type void
.
The ITypeDescription
allows to examine a type
in detail (e.g.