UDK 3.2.0 Java API Reference

com.sun.star.uno
インタフェース IMapping


推奨されていません。 As of UDK 3.2, this interface is deprecated, without offering a replacement.

public interface IMapping

With a mapping objets can be mapped from one environment to another.

This interface exists for compatibility with the binary UNO API.

関連項目:
IBridge

メソッドの概要
 Object mapInterface(Object object, Type type)
          推奨されていません。 Maps an interface from one environment to another.
 

メソッドの詳細

mapInterface

public Object mapInterface(Object object,
                           Type type)
推奨されていません。 
Maps an interface from one environment to another.

パラメータ:
object - source object that is to be mapped
type - description of the interface that is to be mapped
戻り値:
the object mapped to the destination environment

UDK 3.2.0 Java API Reference