|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sun.星/主役にする.uno
Interface IMethodDescription
- All Superinterfaces:
- IMemberDescription
Deprecated. This interface does not cover all the features supported by the corresponding (unpublished) 実施. But no (弁護士の)依頼人 code should need to 接近 this functionality, anyway.
public interface IMethodDescription
- 延長するs IMemberDescription
The IMethodDescription 許すs to 診察する a method
in 詳細(に述べる). It gives a 見解(をとる) to java methods from a UNO point.
| Method 要約 | |
|---|---|
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. 示すs if this method is const. |
boolean |
isOneway()
Deprecated. 示すs if this method is oneWay,
respectivly if this method may become 遂行する/発効させるd asynchronously. |
| Methods 相続するd from interface com.sun.星/主役にする.uno.IMemberDescription |
|---|
getIndex, getName, isAny, isInterface, isUnsigned |
| Method 詳細(に述べる) |
|---|
isOneway
boolean isOneway()
- Deprecated.
- 示すs if this method is
oneWay, respectivly if this method may become 遂行する/発効させるd asynchronously.- Returns:
- true means may 遂行する/発効させる asynchronously .
- 示すs if this method is
isConst
boolean isConst()
- Deprecated.
- 示すs if this method is const.
- Returns:
- true means it is const.
- 示すs if this method is const.
getInSignature
ITypeDescription[] getInSignature()
- Deprecated.
- Gives any array of
ITypeDescription> of the [in] parameters.- Returns:
- the in parameters
- Gives any array of
getOutSignature
ITypeDescription[] getOutSignature()
- Deprecated.
- Gives any array of
ITypeDescription> of the [out] parameters.- Returns:
- the out parameters
- Gives any array of
getReturnSignature
ITypeDescription getReturnSignature()
- Deprecated.
- Gives the
ITypeDescriptionof the return type.- Returns:
- the return type
ITypeDescription
- Gives the
getMethod
Method getMethod()
- Deprecated.
- Gives native java method of this method.
- Returns:
- the java methodd
- Gives native java method of this method.
|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

