UDK 3.1.0 Java API Reference

クラス
com.sun.star.uno.Type の使用

Type を使用しているパッケージ
com.sun.star.lib.uno.helper   
com.sun.star.tools.uno   
com.sun.star.uno   
 

com.sun.star.lib.uno.helper での Type の使用
 

Type を返す com.sun.star.lib.uno.helper のメソッド
 Type[] WeakBase.getTypes()
          Method of XTypeProvider.
 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 型のパラメータを持つ com.sun.star.lib.uno.helper のメソッド
protected  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.
 

com.sun.star.tools.uno での Type の使用
 

Type 型のパラメータを持つ com.sun.star.tools.uno のメソッド
static void DumpType.dumpType(Type type)
          Prints information about argument type to the standard error stream.
 

com.sun.star.uno での Type の使用
 

Type として宣言されている com.sun.star.uno のフィールド
static Type Type.VOID
           
static Type Type.CHAR
           
static Type Type.BOOLEAN
           
static Type Type.BYTE
           
static Type Type.SHORT
           
static Type Type.UNSIGNED_SHORT
           
static Type Type.LONG
           
static Type Type.UNSIGNED_LONG
           
static Type Type.HYPER
           
static Type Type.UNSIGNED_HYPER
           
static Type Type.FLOAT
           
static Type Type.DOUBLE
           
static Type Type.STRING
           
static Type Type.TYPE
           
static Type Type.ANY
           
protected  Type Any._type
          The type of the any.
 

Type を返す com.sun.star.uno のメソッド
 Type Any.getType()
          Gets the type of the value within the any.
static Type AnyConverter.getType(Object object)
          Determines the type of an any object.
static Type AnyConverter.toType(Object object)
          converts a Type or an any containing a Type into a Type.
 

Type 型のパラメータを持つ com.sun.star.uno のメソッド
 Object XAggregation.queryAggregation(Type aType)
           
static Object UnoRuntime.queryInterface(Type type, Object object)
          queries the given object for the given type.
 Object IMapping.mapInterface(Object object, Type type)
          Maps an interface from one environment to another.
 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 IEnvironment.getRegisteredInterface(String oid, Type type)
          Retrieves a registered object, specified by OID and UNO interface type.
 Object IBridge.mapInterfaceTo(Object object, Type type)
          Maps an object from the source environment to the destination environment.
 Object IBridge.mapInterfaceFrom(Object object, Type type)
          Maps an object from destination environment to the source environment.
static 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.
 Object IQueryInterface.queryInterface(Type type)
          Returns an object implementing the desired interface.
 

Type 型のパラメータを持つ com.sun.star.uno のコンストラクタ
Any(Type type, Object object)
          Constructs a new any with a given type and value
 


UDK 3.1.0 Java API Reference