|
UDK 3.2.0 Java API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The IMethodDescription
allows to examine a method
in detail. It gives a view to java methods from a UNO point.
Method Summary | |
ITypeDescription[] |
getInSignature()
Deprecated. Gives any array of ITypeDescription> of
the [in] parameters. |
Method |
getMethod()
Deprecated. Gives native java method of this method. |
ITypeDescription[] |
getOutSignature()
Deprecated. Gives any array of ITypeDescription> of
the [out] parameters. |
ITypeDescription |
getReturnSignature()
Deprecated. Gives the ITypeDescription of
the return type. |
boolean |
isConst()
Deprecated. Indicates if this method is const. |
boolean |
isOneway()
Deprecated. Indicates if this method is oneWay ,
respectivly if this method may become executed asynchronously. |
Methods inherited from interface com.sun.star.uno.IMemberDescription |
getIndex, getName, isAny, isInterface, isUnsigned |
Method Detail |
public boolean isOneway()
oneWay
,
respectivly if this method may become executed asynchronously.
public boolean isConst()
public ITypeDescription[] getInSignature()
ITypeDescription> of
the [in] parameters.
- Returns:
- the in parameters
public ITypeDescription[] getOutSignature()
ITypeDescription> of
the [out] parameters.
- Returns:
- the out parameters
public ITypeDescription getReturnSignature()
ITypeDescription
of
the return type.
ITypeDescription
public Method getMethod()
|
UDK 3.2.0 Java API Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |