com.jniwrapper.macosx.cocoa.nsdocument
Class _NSSaveOperationTypeEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsdocument._NSSaveOperationTypeEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSSaveOperationType

public class _NSSaveOperationTypeEnumeration
extends com.jniwrapper.Int

This class represents _NSSaveOperationTypeEnumeration enumeration.


Field Summary
static int NSSaveAsOperation
           
static int NSSaveOperation
           
static int NSSaveToOperation
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
_NSSaveOperationTypeEnumeration()
           
_NSSaveOperationTypeEnumeration(com.jniwrapper.IntegerParameter t)
           
_NSSaveOperationTypeEnumeration(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

NSSaveOperation

public static final int NSSaveOperation
See Also:
Constant Field Values

NSSaveAsOperation

public static final int NSSaveAsOperation
See Also:
Constant Field Values

NSSaveToOperation

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

_NSSaveOperationTypeEnumeration

public _NSSaveOperationTypeEnumeration()

_NSSaveOperationTypeEnumeration

public _NSSaveOperationTypeEnumeration(long value)

_NSSaveOperationTypeEnumeration

public _NSSaveOperationTypeEnumeration(com.jniwrapper.IntegerParameter t)