org.jinterop.dcom.win32
Class TypeDesc

java.lang.Object
  extended by org.jinterop.dcom.win32.TypeDesc
All Implemented Interfaces:
java.io.Serializable

public final class TypeDesc
extends java.lang.Object
implements java.io.Serializable

Describes the type of a variable, the return type of a function, or the type of a function parameter.

Since:
1.0
See Also:
Serialized Form

Field Summary
 JIPointer arrayDesc
           
 int hrefType
           
 JIPointer typeDesc
           
 short vt
           
static java.lang.Short VT_CARRAY
           
static java.lang.Short VT_PTR
           
static java.lang.Short VT_SAFEARRAY
           
static java.lang.Short VT_USERDEFINED
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VT_PTR

public static final java.lang.Short VT_PTR

VT_SAFEARRAY

public static final java.lang.Short VT_SAFEARRAY

VT_CARRAY

public static final java.lang.Short VT_CARRAY

VT_USERDEFINED

public static final java.lang.Short VT_USERDEFINED

typeDesc

public final JIPointer typeDesc

arrayDesc

public final JIPointer arrayDesc

hrefType

public final int hrefType

vt

public final short vt