com.jniwrapper.macosx.cocoa.nskeyvalueobserving
Class NSKeyValueObservingEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nskeyvalueobserving.NSKeyValueObservingEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSKeyValueChange

public class NSKeyValueObservingEnumeration
extends com.jniwrapper.Int

This class represents NSKeyValueObservingEnumeration enumeration.


Field Summary
static int NSKeyValueChangeInsertion
           
static int NSKeyValueChangeRemoval
           
static int NSKeyValueChangeReplacement
           
static int NSKeyValueChangeSetting
           
static int NSKeyValueObservingOptionNew
           
static int NSKeyValueObservingOptionOld
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSKeyValueObservingEnumeration()
           
NSKeyValueObservingEnumeration(com.jniwrapper.IntegerParameter t)
           
NSKeyValueObservingEnumeration(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

NSKeyValueObservingOptionNew

public static final int NSKeyValueObservingOptionNew
See Also:
Constant Field Values

NSKeyValueObservingOptionOld

public static final int NSKeyValueObservingOptionOld
See Also:
Constant Field Values

NSKeyValueChangeSetting

public static final int NSKeyValueChangeSetting
See Also:
Constant Field Values

NSKeyValueChangeInsertion

public static final int NSKeyValueChangeInsertion
See Also:
Constant Field Values

NSKeyValueChangeRemoval

public static final int NSKeyValueChangeRemoval
See Also:
Constant Field Values

NSKeyValueChangeReplacement

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

NSKeyValueObservingEnumeration

public NSKeyValueObservingEnumeration()

NSKeyValueObservingEnumeration

public NSKeyValueObservingEnumeration(long value)

NSKeyValueObservingEnumeration

public NSKeyValueObservingEnumeration(com.jniwrapper.IntegerParameter t)