UDK 3.2.7 Java API Reference | |
Frames | No Frames |
Methods with return type com.sun.star.uno.IMethodDescription | |
IMethodDescription | ITypeDescription.getMethodDescription(String name) Gets the IMethodDescription for the
method with the name name , if it exists,
otherwise returns null . |
IMethodDescription | ITypeDescription.getMethodDescription(int methodId) Gets the IMethodDescription for the
method with index methodId, if it exists, otherwise
returns null . |
IMethodDescription[] | Gets the IMethodDescription for every
method, if this type is an interface. |