com.jniwrapper.win32.automation.types
Class SysKind

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

public class SysKind
extends ComEnumeration

This enumeration contains IDs for types of an operating system and corresponds to SYSKIND native enumeration.

See Also:
Microsoft Automation SDK documentation

Field Summary
static int SYS_MAC
           
static int SYS_WIN16
           
static int SYS_WIN32
           
static int SYS_WIN64
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
SysKind()
           
SysKind(IntegerParameter t)
           
SysKind(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

SYS_WIN16

public static final int SYS_WIN16
See Also:
Constant Field Values

SYS_WIN32

public static final int SYS_WIN32
See Also:
Constant Field Values

SYS_MAC

public static final int SYS_MAC
See Also:
Constant Field Values

SYS_WIN64

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

SysKind

public SysKind()

SysKind

public SysKind(long val)

SysKind

public SysKind(IntegerParameter t)
Method Detail

clone

public java.lang.Object clone()