Uses of Class
com.sun.star.uno.Type
-
Packages that use Type Package Description com.sun.star.lib.uno.helper com.sun.star.uno -
-
Uses of Type in com.sun.star.lib.uno.helper
Methods in com.sun.star.lib.uno.helper that return Type Modifier and Type Method Description Type[]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.Methods in com.sun.star.lib.uno.helper with parameters of type Type Modifier and Type Method Description protected voidPropertySet. 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 voidPropertySet. registerProperty(String name, Type type, short attributes, Object id)Registers a property with this class and associates the argument id with it.Constructors in com.sun.star.lib.uno.helper with parameters of type Type Constructor Description PropertySetMixin(XComponentContext context, XInterface object, Type type, String[] absentOptional)The constructor. -
Uses of Type in com.sun.star.uno
Fields in com.sun.star.uno declared as Type Modifier and Type Field Description protected TypeAny. _typeThe type of the any.static TypeType. ANYstatic TypeType. BOOLEANstatic TypeType. BYTEstatic TypeType. CHARstatic TypeType. DOUBLEstatic TypeType. FLOATstatic TypeType. HYPERstatic TypeType. LONGstatic TypeType. SHORTstatic TypeType. STRINGstatic TypeType. TYPEstatic TypeType. UNSIGNED_HYPERstatic TypeType. UNSIGNED_LONGstatic TypeType. UNSIGNED_SHORTstatic TypeType. VOIDMethods in com.sun.star.uno that return Type Modifier and Type Method Description TypeAny. getType()Gets the type of the value within the any.static TypeAnyConverter. getType(Object object)Determines the type of an Any object.static TypeAnyConverter. toType(Object object)Converts a Type or an any containing a Type into a Type.Methods in com.sun.star.uno with parameters of type Type Modifier and Type Method Description static ObjectUnoRuntime. completeValue(Type type, Object value)Complete a UNO value (make sure it is no invalidnullvalue).ObjectIEnvironment. getRegisteredInterface(String oid, Type type)Deprecated.Retrieves a registered object, specified by OID and UNO interface type.booleanType. isSupertypeOf(Type type)Determines whether this UNO type is a supertype of another UNO type.ObjectIMapping. mapInterface(Object object, Type type)Deprecated.Maps an interface from one environment to another.ObjectIBridge. mapInterfaceFrom(Object object, Type type)Deprecated.Maps an object from the destination environment to the source environment.ObjectIBridge. mapInterfaceTo(Object object, Type type)Deprecated.Maps an object from the source environment to the destination environment.ObjectIQueryInterface. queryInterface(Type type)Returns an object implementing the requested interface type.static ObjectUnoRuntime. queryInterface(Type type, Object object)Queries the given UNO object for the given UNO interface type.ObjectIEnvironment. registerInterface(Object object, String[] oid, Type type)Deprecated.Registers one UNO interface facet of an object.voidIEnvironment. revokeInterface(String oid, Type type)Deprecated.Explicitly revokes a UNO interface facet.static ObjectAnyConverter. toObject(Type type, Object 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.Constructors in com.sun.star.uno with parameters of type Type Constructor Description Any(Type type, Object object)Constructs a new any with a given type and value
-