com.jniwrapper.win32.automation.types
Class TypeKind

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

public class TypeKind
extends ComEnumeration

The TypeKind class corresponds to TYPEKIND native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
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
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
TypeKind()
           
TypeKind(IntegerParameter t)
           
TypeKind(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

TKIND_ENUM

public static final int TKIND_ENUM
See Also:
Constant Field Values

TKIND_RECORD

public static final int TKIND_RECORD
See Also:
Constant Field Values

TKIND_MODULE

public static final int TKIND_MODULE
See Also:
Constant Field Values

TKIND_INTERFACE

public static final int TKIND_INTERFACE
See Also:
Constant Field Values

TKIND_DISPATCH

public static final int TKIND_DISPATCH
See Also:
Constant Field Values

TKIND_COCLASS

public static final int TKIND_COCLASS
See Also:
Constant Field Values

TKIND_ALIAS

public static final int TKIND_ALIAS
See Also:
Constant Field Values

TKIND_UNION

public static final int TKIND_UNION
See Also:
Constant Field Values

TKIND_MAX

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

TypeKind

public TypeKind()

TypeKind

public TypeKind(long val)

TypeKind

public TypeKind(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()