jp.ne.so_net.ga2.no_ji.jcom
クラス ITypeInfo.TypeAttr

java.lang.Object
  |
  +--jp.ne.so_net.ga2.no_ji.jcom.ITypeInfo.TypeAttr
含まれているクラス:
ITypeInfo

public class ITypeInfo.TypeAttr
extends java.lang.Object

ITypeInfoの属性を管理するクラスです。 GUID、関数の数、変数の数を返します。 変数は通常は定数で、プロパティとは異なります。 プロパティの設定、取得は関数に含まれます。

関連項目:
ITypeInfo

フィールドの概要
static int TKIND_ALIAS
           
static int TKIND_COCLASS
           
static int TKIND_DISPATCH
           
static int TKIND_ENUM
           
static int TKIND_INTERFACE
           
static int TKIND_MAX
           
static int TKIND_MODULE
           
static int TKIND_RECORD
           
static int TKIND_UNION
           
 
コンストラクタの概要
ITypeInfo.TypeAttr(GUID IID, int typekind, int cFuncs, int cVars, int cImplTypes)
           
 
メソッドの概要
 int getFuncs()
           
 GUID getIID()
           
 int getImplTypes()
           
 int getTypeKind()
           
 int getVars()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TKIND_ENUM

public static final int TKIND_ENUM

TKIND_RECORD

public static final int TKIND_RECORD

TKIND_MODULE

public static final int TKIND_MODULE

TKIND_INTERFACE

public static final int TKIND_INTERFACE

TKIND_DISPATCH

public static final int TKIND_DISPATCH

TKIND_COCLASS

public static final int TKIND_COCLASS

TKIND_ALIAS

public static final int TKIND_ALIAS

TKIND_UNION

public static final int TKIND_UNION

TKIND_MAX

public static final int TKIND_MAX
コンストラクタの詳細

ITypeInfo.TypeAttr

public ITypeInfo.TypeAttr(GUID IID,
                          int typekind,
                          int cFuncs,
                          int cVars,
                          int cImplTypes)
メソッドの詳細

getIID

public GUID getIID()

getTypeKind

public int getTypeKind()

getFuncs

public int getFuncs()

getVars

public int getVars()

getImplTypes

public int getImplTypes()