com.jniwrapper.macosx.cocoa.nsdecimal
Class NSDecimalEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nsdecimal.NSDecimalEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSCalculationError, NSRoundingMode

public class NSDecimalEnumeration
extends com.jniwrapper.Int

This class represents NSDecimalEnumeration enumeration.


Field Summary
static int NSCalculationDivideByZero
           
static int NSCalculationLossOfPrecision
           
static int NSCalculationNoError
           
static int NSCalculationOverflow
           
static int NSCalculationUnderflow
           
static int NSRoundBankers
           
static int NSRoundDown
           
static int NSRoundPlain
           
static int NSRoundUp
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSDecimalEnumeration()
           
NSDecimalEnumeration(com.jniwrapper.IntegerParameter t)
           
NSDecimalEnumeration(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

NSRoundPlain

public static final int NSRoundPlain
See Also:
Constant Field Values

NSRoundDown

public static final int NSRoundDown
See Also:
Constant Field Values

NSRoundUp

public static final int NSRoundUp
See Also:
Constant Field Values

NSRoundBankers

public static final int NSRoundBankers
See Also:
Constant Field Values

NSCalculationNoError

public static final int NSCalculationNoError
See Also:
Constant Field Values

NSCalculationLossOfPrecision

public static final int NSCalculationLossOfPrecision
See Also:
Constant Field Values

NSCalculationUnderflow

public static final int NSCalculationUnderflow
See Also:
Constant Field Values

NSCalculationOverflow

public static final int NSCalculationOverflow
See Also:
Constant Field Values

NSCalculationDivideByZero

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

NSDecimalEnumeration

public NSDecimalEnumeration()

NSDecimalEnumeration

public NSDecimalEnumeration(long value)

NSDecimalEnumeration

public NSDecimalEnumeration(com.jniwrapper.IntegerParameter t)