com.jniwrapper.win32.automation.types
Class DescKind

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.DescKind
All Implemented Interfaces:
IntegerParameter

public class DescKind
extends ComEnumeration

The DescKind class corresponds to DESCKIND native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int DESCKIND_FUNCDESC
           
static int DESCKIND_IMPLICITAPPOBJ
           
static int DESCKIND_MAX
           
static int DESCKIND_NONE
           
static int DESCKIND_TYPECOMP
           
static int DESCKIND_VARDESC
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
DescKind()
           
DescKind(IntegerParameter t)
           
DescKind(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

DESCKIND_NONE

public static final int DESCKIND_NONE
See Also:
Constant Field Values

DESCKIND_FUNCDESC

public static final int DESCKIND_FUNCDESC
See Also:
Constant Field Values

DESCKIND_VARDESC

public static final int DESCKIND_VARDESC
See Also:
Constant Field Values

DESCKIND_TYPECOMP

public static final int DESCKIND_TYPECOMP
See Also:
Constant Field Values

DESCKIND_IMPLICITAPPOBJ

public static final int DESCKIND_IMPLICITAPPOBJ
See Also:
Constant Field Values

DESCKIND_MAX

public static final int DESCKIND_MAX
See Also:
Constant Field Values
Constructor Detail

DescKind

public DescKind()

DescKind

public DescKind(long val)

DescKind

public DescKind(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()