com.jniwrapper.win32.automation.types
Class VarKind

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ay
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.win32.com.types.ComEnumeration
                      extended bycom.jniwrapper.win32.automation.types.VarKind
All Implemented Interfaces:
IntegerParameter

public class VarKind
extends ComEnumeration

The VarKind class corresponds to VARKIND native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int VAR_CONST
           
static int VAR_DISPATCH
           
static int VAR_PERINSTANCE
           
static int VAR_STATIC
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
VarKind()
           
VarKind(IntegerParameter t)
           
VarKind(long val)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class com.jniwrapper.ay
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, 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
Constructor Detail

VarKind

public VarKind()

VarKind

public VarKind(long val)

VarKind

public VarKind(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()