UDK 3.1.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.1.0 Java API Reference