com.jniwrapper.win32.automation.types
Class InvokeKind

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

public class InvokeKind
extends ComEnumeration

The InvokeKind class corresponds to INVOKEKIND native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int INVOKE_FUNC
           
static int INVOKE_PROPERTYGET
           
static int INVOKE_PROPERTYPUT
           
static int INVOKE_PROPERTYPUTREF
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
InvokeKind()
           
InvokeKind(IntegerParameter t)
           
InvokeKind(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

INVOKE_FUNC

public static final int INVOKE_FUNC
See Also:
Constant Field Values

INVOKE_PROPERTYGET

public static final int INVOKE_PROPERTYGET
See Also:
Constant Field Values

INVOKE_PROPERTYPUT

public static final int INVOKE_PROPERTYPUT
See Also:
Constant Field Values

INVOKE_PROPERTYPUTREF

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

InvokeKind

public InvokeKind()

InvokeKind

public InvokeKind(long val)

InvokeKind

public InvokeKind(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()