|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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 |
メソッドの詳細 |
public boolean isOneway()
oneWay
,
respectivly if this method may become executed asynchronously.
public boolean isConst()
public ITypeDescription[] getInSignature()
ITypeDescription> of
the [in] parameters.
- 戻り値:
- the in parameters
public ITypeDescription[] getOutSignature()
ITypeDescription> of
the [out] parameters.
- 戻り値:
- the out parameters
public ITypeDescription getReturnSignature()
ITypeDescription
of
the return type.
ITypeDescription
public Method getMethod()
|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |