UDK 3.2.0 Java API Reference

com.sun.star.uno
インタフェース IMemberDescription

既知のサブインタフェースの一覧:
IFieldDescription, IMethodDescription

推奨されていません。 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.

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.
 

メソッドの詳細

getName

public String getName()
推奨されていません。 
Gives the name of this member.

戻り値:
the name

isUnsigned

public boolean isUnsigned()
推奨されていません。 
Indicates if this member is unsigned. (Not useful for IMethodDescription).

戻り値:
the unsigned state

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

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

UDK 3.2.0 Java API Reference