org.jinterop.dcom.impls.automation
Class VarDesc

java.lang.Object
  extended by org.jinterop.dcom.impls.automation.VarDesc
All Implemented Interfaces:
java.io.Serializable

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

Implements the VARDESC structure of COM Automation

Since:
1.0
See Also:
Serialized Form

Field Summary
 ElemDesc elemdescVar
          Contains the variable type.
 JIPointer lpstrSchema
           
 int memberId
           
 JIUnion u
           
static int VAR_CONST
           
static int VAR_DISPATCH
           
static int VAR_PERINSTANCE
           
static int VAR_STATIC
           
 int varkind
           
 short wVarFlags
          Definition of flags follows
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VAR_PERINSTANCE

public static final int VAR_PERINSTANCE
See Also:
Constant Field Values

VAR_STATIC

public static final int VAR_STATIC
See Also:
Constant Field Values

VAR_CONST

public static final int VAR_CONST
See Also:
Constant Field Values

VAR_DISPATCH

public static final int VAR_DISPATCH
See Also:
Constant Field Values

memberId

public final int memberId

lpstrSchema

public final JIPointer lpstrSchema

u

public final JIUnion u

elemdescVar

public final ElemDesc elemdescVar
Contains the variable type.


wVarFlags

public final short wVarFlags
Definition of flags follows


varkind

public final int varkind