|
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 IMemberDescription
- All Known Subinterfaces:
- IFieldDescription, IMethodDescription
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 IMemberDescription
The IMemberDescription is the base interface
for for the special subset of typedescriptions, which 述べる
members of IDL structs or interfeces.
| Method 要約 | |
|---|---|
int |
getIndex()
Deprecated. Gives the 親族 索引 of this member in the 宣言するing interface or struct (含むing superclasses). |
String |
getName()
Deprecated. Gives the 指名する of this member. |
boolean |
isAny()
Deprecated. 示すs if this member is an any. |
boolean |
isInterface()
Deprecated. 示すs if this member is an interface. |
boolean |
isUnsigned()
Deprecated. 示すs if this member is unsigned. |
| Method 詳細(に述べる) |
|---|
getName
String getName()
- Deprecated.
- Gives the 指名する of this member.
- Returns:
- the 指名する
- Gives the 指名する of this member.
isUnsigned
boolean isUnsigned()
- Deprecated.
- 示すs if this member is unsigned. (Not useful for IMethodDescription).
- Returns:
- the unsigned 明言する/公表する
- 示すs if this member is unsigned. (Not useful for IMethodDescription).
isAny
boolean isAny()
- Deprecated.
- 示すs if this member is an any.
- Returns:
- the any 明言する/公表する
- 示すs if this member is an any.
isInterface
boolean isInterface()
- Deprecated.
- 示すs if this member is an interface.
- Returns:
- the interface 明言する/公表する
- 示すs if this member is an interface.
getIndex
int getIndex()
- Deprecated.
- Gives the 親族 索引 of this member in the 宣言するing interface or struct (含むing superclasses).
- Returns:
- the 親族 索引 of this member
- Gives the 親族 索引 of this member in the 宣言するing interface or struct (含むing superclasses).
|
UDK 3.2.7 Java API 言及/関連 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

