com.jniwrapper.macosx.cocoa.nsprocessinfo
Class NSProcessInfoEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsprocessinfo.NSProcessInfoEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter

public class NSProcessInfoEnumeration
extends com.jniwrapper.Int

This class represents NSProcessInfoEnumeration enumeration.


Field Summary
static int NSHPUXOperatingSystem
           
static int NSMACHOperatingSystem
           
static int NSOSF1OperatingSystem
           
static int NSSolarisOperatingSystem
           
static int NSSunOSOperatingSystem
           
static int NSWindows95OperatingSystem
           
static int NSWindowsNTOperatingSystem
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSProcessInfoEnumeration()
           
NSProcessInfoEnumeration(com.jniwrapper.IntegerParameter t)
           
NSProcessInfoEnumeration(long value)
           
 
Methods inherited from class com.jniwrapper.Int
clone
 
Methods inherited from class com.jniwrapper.ax
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

NSWindowsNTOperatingSystem

public static final int NSWindowsNTOperatingSystem
See Also:
Constant Field Values

NSWindows95OperatingSystem

public static final int NSWindows95OperatingSystem
See Also:
Constant Field Values

NSSolarisOperatingSystem

public static final int NSSolarisOperatingSystem
See Also:
Constant Field Values

NSHPUXOperatingSystem

public static final int NSHPUXOperatingSystem
See Also:
Constant Field Values

NSMACHOperatingSystem

public static final int NSMACHOperatingSystem
See Also:
Constant Field Values

NSSunOSOperatingSystem

public static final int NSSunOSOperatingSystem
See Also:
Constant Field Values

NSOSF1OperatingSystem

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

NSProcessInfoEnumeration

public NSProcessInfoEnumeration()

NSProcessInfoEnumeration

public NSProcessInfoEnumeration(long value)

NSProcessInfoEnumeration

public NSProcessInfoEnumeration(com.jniwrapper.IntegerParameter t)