com.jniwrapper.macosx.cocoa.nsprintoperation
Class _NSPrintingPageOrderEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsprintoperation._NSPrintingPageOrderEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSPrintingPageOrder

public class _NSPrintingPageOrderEnumeration
extends com.jniwrapper.Int

This class represents _NSPrintingPageOrderEnumeration enumeration.


Field Summary
static int NSAscendingPageOrder
           
static int NSDescendingPageOrder
           
static int NSSpecialPageOrder
           
static int NSUnknownPageOrder
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSPrintingPageOrderEnumeration()
           
_NSPrintingPageOrderEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSPrintingPageOrderEnumeration(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

NSDescendingPageOrder

public static final int NSDescendingPageOrder
See Also:
Constant Field Values

NSSpecialPageOrder

public static final int NSSpecialPageOrder
See Also:
Constant Field Values

NSAscendingPageOrder

public static final int NSAscendingPageOrder
See Also:
Constant Field Values

NSUnknownPageOrder

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

_NSPrintingPageOrderEnumeration

public _NSPrintingPageOrderEnumeration()

_NSPrintingPageOrderEnumeration

public _NSPrintingPageOrderEnumeration(long value)

_NSPrintingPageOrderEnumeration

public _NSPrintingPageOrderEnumeration(com.jniwrapper.IntegerParameter t)