Uses of Class com.sun.star.uno.Type

Uses in package com.sun.star.lib.uno.helper

Constructors with parameter type com.sun.star.uno.Type

PropertySetMixin.PropertySetMixin(XComponentContext context, XInterface object, Type type, String[] absentOptional)
The constructor.

Methods with parameter type com.sun.star.uno.Type

void
PropertySet.registerProperty(String name, Type type, short attributes, Object id)
Registers a property with this class and associates the argument id with it.
void
PropertySet.registerProperty(String name, int handle, Type type, short attributes, Object id)
Registers a property with this helper class and associates the argument id with it.

Methods with return type com.sun.star.uno.Type

Type[]
only returns types which have at least one value in InterfaceContainer return value can contain an element null, if someone called addInterface (null, interf)
Type[]
Method of XTypeProvider.

Uses in package com.sun.star.uno

Constructors with parameter type com.sun.star.uno.Type

Any.Any(Type type, Object object)
Constructs a new any with a given type and value

Fields of type com.sun.star.uno.Type

Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
Type
The type of the any.

Methods with parameter type com.sun.star.uno.Type

Object
UnoRuntime.completeValue(Type type, Object value)
Complete a UNO value (make sure it is no invalid null value).
Object
Retrieves a registered object, specified by OID and UNO interface type.
boolean
Determines whether this UNO type is a supertype of another UNO type.
Object
IMapping.mapInterface(Object object, Type type)
Maps an interface from one environment to another.
Object
IBridge.mapInterfaceFrom(Object object, Type type)
Maps an object from the destination environment to the source environment.
Object
IBridge.mapInterfaceTo(Object object, Type type)
Maps an object from the source environment to the destination environment.
Object
Returns an object implementing the requested interface type.
Object
UnoRuntime.queryInterface(Type type, Object object)
Queries the given UNO object for the given UNO interface type.
Object
IEnvironment.registerInterface(Object object, String[] oid, Type type)
Registers one UNO interface facet of an object.
void
IEnvironment.revokeInterface(String oid, Type type)
Explicitly revokes a UNO interface facet.
Object
AnyConverter.toObject(Type type, Object object)
converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing these types into an UNO object of a specified destination type.

Methods with return type com.sun.star.uno.Type

Type
Gets the type of the value within the any.
Type
AnyConverter.getType(Object object)
Determines the type of an any object.
Type
AnyConverter.toType(Object object)
converts a Type or an any containing a Type into a Type.