com.jniwrapper.win32.automation.types
Class RegKind

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

public class RegKind
extends ComEnumeration

The RegKind class corresponds to REGKIND native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int REGKIND_DEFAULT
           
static int REGKIND_NONE
           
static int REGKIND_REGISTER
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
RegKind()
           
RegKind(IntegerParameter t)
           
RegKind(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

REGKIND_DEFAULT

public static final int REGKIND_DEFAULT
See Also:
Constant Field Values

REGKIND_REGISTER

public static final int REGKIND_REGISTER
See Also:
Constant Field Values

REGKIND_NONE

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

RegKind

public RegKind()

RegKind

public RegKind(long val)

RegKind

public RegKind(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()