|
UDK 3.2.0 Java API Reference | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface IMethodDescription
The IMethodDescription allows to examine a method
in detail. It gives a view to java methods from a UNO point.
| メソッドの概要 | |
|---|---|
ITypeDescription[] |
getInSignature()
推奨されていません。 Gives any array of ITypeDescription> of
the [in] parameters. |
Method |
getMethod()
推奨されていません。 Gives native java method of this method. |
ITypeDescription[] |
getOutSignature()
推奨されていません。 Gives any array of ITypeDescription> of
the [out] parameters. |
ITypeDescription |
getReturnSignature()
推奨されていません。 Gives the ITypeDescription of
the return type. |
boolean |
isConst()
推奨されていません。 Indicates if this method is const. |
boolean |
isOneway()
推奨されていません。 Indicates if this method is oneWay,
respectivly if this method may become executed asynchronously. |
| インタフェース com.sun.star.uno.IMemberDescription から継承されたメソッド |
|---|
getIndex, getName, isAny, isInterface, isUnsigned |
| メソッドの詳細 |
|---|
boolean isOneway()
oneWay,
respectivly if this method may become executed asynchronously.
boolean isConst()
ITypeDescription[] getInSignature()
ITypeDescription> of
the [in] parameters.
- 戻り値:
- the in parameters
ITypeDescription[] getOutSignature()
ITypeDescription> of
the [out] parameters.
- 戻り値:
- the out parameters
ITypeDescription getReturnSignature()
ITypeDescription of
the return type.
ITypeDescriptionMethod getMethod()
|
UDK 3.2.0 Java API Reference | |||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||