com.sun.star.uno

Interface IMemberDescription

public interface IMemberDescription

Deprecated: This interface does not cover all the features supported by the corresponding (unpublished) implementation. But no client code should need to access this functionality, anyway.

The IMemberDescription is the base interface for for the special subset of typedescriptions, which describe members of IDL structs or interfeces.
Method Summary
intgetIndex()
Gives the relative index of this member in the declaring interface or struct (including superclasses).
StringgetName()
Gives the name of this member.
booleanisAny()
Indicates if this member is an any.
booleanisInterface()
Indicates if this member is an interface.
booleanisUnsigned()
Indicates if this member is unsigned.

Method Detail

getIndex

public int getIndex()
Gives the relative index of this member in the declaring interface or struct (including superclasses).

Returns: the relative index of this member

getName

public String getName()
Gives the name of this member.

Returns: the name

isAny

public boolean isAny()
Indicates if this member is an any.

Returns: the any state

isInterface

public boolean isInterface()
Indicates if this member is an interface.

Returns: the interface state

isUnsigned

public boolean isUnsigned()
Indicates if this member is unsigned. (Not useful for IMethodDescription).

Returns: the unsigned state