UDK 3.1.0 Java API Reference

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


public interface IMapping

With a mapping objets can be mapped from one environment to another. This interface exists for api compatibility reasons with binary UNO.

導入されたバージョン:
UDK1.0
関連項目:
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
戻り値:
the object mapped to the destination environment

UDK 3.1.0 Java API Reference