Uses of Class
com.sun.star.uno.Type
-
Uses of Type in com.sun.star.lib.uno.helper
Modifier and TypeMethodDescriptionType[]
MultiTypeInterfaceContainer.getContainedTypes()
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[]
WeakBase.getTypes()
Method of XTypeProvider.Modifier and TypeMethodDescriptionprotected 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.protected void
PropertySet.registerProperty
(String name, Type type, short attributes, Object id) Registers a property with this class and associates the argument id with it.ModifierConstructorDescriptionPropertySetMixin
(XComponentContext context, XInterface object, Type type, String[] absentOptional) The constructor. -
Uses of Type in com.sun.star.uno
Modifier and TypeFieldDescriptionprotected Type
Any._type
The type of the any.static final Type
Type.ANY
static final Type
Type.BOOLEAN
static final Type
Type.BYTE
static final Type
Type.CHAR
static final Type
Type.DOUBLE
static final Type
Type.FLOAT
static final Type
Type.HYPER
static final Type
Type.LONG
static final Type
Type.SHORT
static final Type
Type.STRING
static final Type
Type.TYPE
static final Type
Type.UNSIGNED_HYPER
static final Type
Type.UNSIGNED_LONG
static final Type
Type.UNSIGNED_SHORT
static final Type
Type.VOID
Modifier and TypeMethodDescriptionAny.getType()
Gets the type of the value within the any.static Type
Determines the type of an Any object.static Type
Converts a Type or an any containing a Type into a Type.Modifier and TypeMethodDescriptionstatic final Object
UnoRuntime.completeValue
(Type type, Object value) Complete a UNO value (make sure it is no invalidnull
value).IEnvironment.getRegisteredInterface
(String oid, Type type) Deprecated.Retrieves a registered object, specified by OID and UNO interface type.boolean
Type.isSupertypeOf
(Type type) Determines whether this UNO type is a supertype of another UNO type.IMapping.mapInterface
(Object object, Type type) Deprecated.Maps an interface from one environment to another.IBridge.mapInterfaceFrom
(Object object, Type type) Deprecated.Maps an object from the destination environment to the source environment.IBridge.mapInterfaceTo
(Object object, Type type) Deprecated.Maps an object from the source environment to the destination environment.IQueryInterface.queryInterface
(Type type) Returns an object implementing the requested interface type.static Object
UnoRuntime.queryInterface
(Type type, Object object) Queries the given UNO object for the given UNO interface type.IEnvironment.registerInterface
(Object object, String[] oid, Type type) Deprecated.Registers one UNO interface facet of an object.void
IEnvironment.revokeInterface
(String oid, Type type) Deprecated.Explicitly revokes a UNO interface facet.static Object
Converts a UNO object (struct, exception, sequence, enum or interface) or an Any containing these types into a UNO object of a specified destination type.