UDK 3.2.0 Java API Reference

インタフェース
com.sun.star.uno.IMethodDescription の使用

IMethodDescription を使用しているパッケージ
com.sun.star.uno   
 

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

IMethodDescription を返す com.sun.star.uno のメソッド
 IMethodDescription[] ITypeDescription.getMethodDescriptions()
          推奨されていません。 Gets the IMethodDescription for every method, if this type is an interface.
 IMethodDescription ITypeDescription.getMethodDescription(int methodId)
          推奨されていません。 Gets the IMethodDescription for the method with index methodId, if it exists, otherwise returns null.
 IMethodDescription ITypeDescription.getMethodDescription(String name)
          推奨されていません。 Gets the IMethodDescription for the method with the name name, if it exists, otherwise returns null.
 


UDK 3.2.0 Java API Reference