com.jniwrapper.macosx.cocoa.nsdecimalnumber
Interface NSDecimalNumberBehaviorsProtocol

All Known Implementing Classes:
NSDecimalNumberHandler

public interface NSDecimalNumberBehaviorsProtocol

This interface represents NSDecimalNumberBehaviorsProtocol protocol. See the protocol documentation at the Apple's site: NSDecimalNumberBehaviorsProtocol


Method Summary
 com.jniwrapper.Pointer.Void exceptionDuringOperation_error_leftOperand_rightOperand(Sel operation, NSCalculationError error, NSDecimalNumber leftOperand, NSDecimalNumber rightOperand)
          This method represents the exceptionDuringOperation() method of the NSDecimalNumberBehaviorsProtocol Objective-C protocol.
 NSRoundingMode roundingMode()
           
 com.jniwrapper.ShortInt scale()
           
 

Method Detail

exceptionDuringOperation_error_leftOperand_rightOperand

public com.jniwrapper.Pointer.Void exceptionDuringOperation_error_leftOperand_rightOperand(Sel operation,
                                                                                           NSCalculationError error,
                                                                                           NSDecimalNumber leftOperand,
                                                                                           NSDecimalNumber rightOperand)
This method represents the exceptionDuringOperation() method of the NSDecimalNumberBehaviorsProtocol Objective-C protocol.

Parameters:
operation -
error -
leftOperand -
rightOperand -
Returns:
NSDecimalNumber

roundingMode

public NSRoundingMode roundingMode()

scale

public com.jniwrapper.ShortInt scale()