public interface IMemberDescription
IMemberDescription
is the base interface
for the special subset of typedescriptions, which describe
members of IDL structs or interfeces.限定符和类型 | 方法和说明 |
---|---|
int |
getIndex()
已过时。
Gives the relative index of this member in the declaring
interface or struct (including superclasses).
|
String |
getName()
已过时。
Gives the name of this member.
|
boolean |
isAny()
已过时。
Indicates if this member is an any.
|
boolean |
isInterface()
已过时。
Indicates if this member is an interface.
|
boolean |
isUnsigned()
已过时。
Indicates if this member is unsigned.
|
String getName()
boolean isUnsigned()
boolean isAny()
boolean isInterface()
int getIndex()