com.sun.star.uno
Interface IMemberDescription
- IFieldDescription, IMethodDescription
public interface IMemberDescription
The IMemberDescription
is the base interface
for 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.
|
getIndex
public int getIndex()
Gives the relative index of this member in the declaring
interface or struct (including superclasses).
- the relative index of this member
getName
public String getName()
Gives the name of this member.
- the name
isAny
public boolean isAny()
Indicates if this member is an any.
- the any state
isInterface
public boolean isInterface()
Indicates if this member is an interface.
- the interface state
isUnsigned
public boolean isUnsigned()
Indicates if this member is unsigned. (Not useful for IMethodDescription).
- the unsigned state