com.jniwrapper.win32.automation.types
Class FuncKind

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

public class FuncKind
extends ComEnumeration

The FuncKind class corresponds to FUNCKIND native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int FUNC_DISPATCH
           
static int FUNC_NONVIRTUAL
           
static int FUNC_PUREVIRTUAL
           
static int FUNC_STATIC
           
static int FUNC_VIRTUAL
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
FuncKind()
           
FuncKind(IntegerParameter t)
           
FuncKind(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

FUNC_VIRTUAL

public static final int FUNC_VIRTUAL
See Also:
Constant Field Values

FUNC_PUREVIRTUAL

public static final int FUNC_PUREVIRTUAL
See Also:
Constant Field Values

FUNC_NONVIRTUAL

public static final int FUNC_NONVIRTUAL
See Also:
Constant Field Values

FUNC_STATIC

public static final int FUNC_STATIC
See Also:
Constant Field Values

FUNC_DISPATCH

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

FuncKind

public FuncKind()

FuncKind

public FuncKind(long val)

FuncKind

public FuncKind(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()