| Package | Description |
|---|---|
| com.sun.star.uno |
| Modifier and Type | Method and Description |
|---|---|
IMethodDescription |
ITypeDescription.getMethodDescription(int methodId)
Deprecated.
Gets the
IMethodDescription for the
method with index methodId, if it exists, otherwise
returns null. |
IMethodDescription |
ITypeDescription.getMethodDescription(String name)
Deprecated.
Gets the
IMethodDescription for the
method with the name name, if it exists,
otherwise returns null. |
IMethodDescription[] |
ITypeDescription.getMethodDescriptions()
Deprecated.
Gets the
IMethodDescription for every
method, if this type is an interface. |