|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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. |
メソッドの詳細 |
public String getName()
public boolean isUnsigned()
public boolean isAny()
public boolean isInterface()
public int getIndex()
|
UDK 3.2.0 Java API Reference | ||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |