| UDK 3.2.0 Java API Reference | |
| Frames | No Frames |
Methods with parameter type com.sun.star.uno.Type | |
| void | Prints information about argument type to the standard error stream. |
Constructors with parameter type com.sun.star.uno.Type | |
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 | 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 | Maps an interface from one environment to another. |
| Object | Maps an object from the destination environment to the source
environment. |
| Object | Maps an object from the source environment to the destination
environment. |
| Object | Returns an object implementing the requested interface type. |
| Object | Queries the given UNO object for the given UNO interface type. |
| Object | Registers one UNO interface facet of an object. |
| void | Explicitly revokes a UNO interface facet. |
| 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. |
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 | Registers a property with this class and associates the argument id with it. |
| void | 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. |