com.jniwrapper.macosx.cocoa.nsnotificationqueue
Class NSNotificationQueueEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsnotificationqueue.NSNotificationQueueEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSNotificationCoalescing, NSPostingStyle

public class NSNotificationQueueEnumeration
extends com.jniwrapper.Int

This class represents NSNotificationQueueEnumeration enumeration.


Field Summary
static int NSNotificationCoalescingOnName
           
static int NSNotificationCoalescingOnSender
           
static int NSNotificationNoCoalescing
           
static int NSPostASAP
           
static int NSPostNow
           
static int NSPostWhenIdle
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSNotificationQueueEnumeration()
           
NSNotificationQueueEnumeration(com.jniwrapper.IntegerParameter t)
           
NSNotificationQueueEnumeration(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

NSPostWhenIdle

public static final int NSPostWhenIdle
See Also:
Constant Field Values

NSPostASAP

public static final int NSPostASAP
See Also:
Constant Field Values

NSPostNow

public static final int NSPostNow
See Also:
Constant Field Values

NSNotificationNoCoalescing

public static final int NSNotificationNoCoalescing
See Also:
Constant Field Values

NSNotificationCoalescingOnName

public static final int NSNotificationCoalescingOnName
See Also:
Constant Field Values

NSNotificationCoalescingOnSender

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

NSNotificationQueueEnumeration

public NSNotificationQueueEnumeration()

NSNotificationQueueEnumeration

public NSNotificationQueueEnumeration(long value)

NSNotificationQueueEnumeration

public NSNotificationQueueEnumeration(com.jniwrapper.IntegerParameter t)