|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSClass
org.rococoa.cocoa.foundation.NSObject._class_
org.rococoa.cocoa.foundation.NSValue._class_
org.rococoa.cocoa.foundation.NSNumber._class_
org.rococoa.cocoa.foundation.NSDecimalNumber._class_
public abstract static class NSDecimalNumber._class_
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Nested classes/interfaces inherited from interface org.rococoa.ObjCClass |
---|
ObjCClass._Class |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Field Summary |
---|
Fields inherited from interface org.rococoa.ObjCClass |
---|
CLASS |
Constructor Summary | |
---|---|
NSDecimalNumber._class_()
|
Method Summary | |
---|---|
abstract NSDecimalNumber |
alloc()
Original signature : +(id)alloc native declaration : NSObject.h:77 |
abstract NSDecimalNumber |
decimalNumberWithMantissa_exponent_isNegative(long mantissa,
short exponent,
boolean flag)
Original signature : +(NSDecimalNumber*)decimalNumberWithMantissa:(unsigned long long) exponent:(short) isNegative:(BOOL) native declaration : NSDecimalNumber.h:57 |
abstract NSDecimalNumber |
decimalNumberWithString_locale(NSString numberValue,
ObjCObject locale)
Original signature : +(NSDecimalNumber*)decimalNumberWithString:(NSString*) locale:(id) native declaration : NSDecimalNumber.h:60 |
abstract NSDecimalNumber |
decimalNumberWithString(NSString numberValue)
Original signature : +(NSDecimalNumber*)decimalNumberWithString:(NSString*) native declaration : NSDecimalNumber.h:59 |
abstract NSDecimalNumberBehaviors |
defaultBehavior()
Original signature : +(id native declaration : NSDecimalNumber.h:95 |
abstract NSDecimalNumber |
maximumDecimalNumber()
Original signature : +(NSDecimalNumber*)maximumDecimalNumber native declaration : NSDecimalNumber.h:65 |
abstract NSDecimalNumber |
minimumDecimalNumber()
Original signature : +(NSDecimalNumber*)minimumDecimalNumber native declaration : NSDecimalNumber.h:64 |
abstract NSDecimalNumber |
new_()
Original signature : +(id)new native declaration : NSObject.h:75 |
abstract NSDecimalNumber |
notANumber()
Original signature : +(NSDecimalNumber*)notANumber native declaration : NSDecimalNumber.h:66 |
abstract NSDecimalNumber |
one()
Original signature : +(NSDecimalNumber*)one native declaration : NSDecimalNumber.h:63 |
abstract void |
setDefaultBehavior(NSDecimalNumberBehaviors behavior)
Original signature : +(void)setDefaultBehavior:(id native declaration : NSDecimalNumber.h:93 |
abstract NSDecimalNumber |
zero()
Original signature : +(NSDecimalNumber*)zero native declaration : NSDecimalNumber.h:62 |
Methods inherited from class org.rococoa.cocoa.foundation.NSNumber._class_ |
---|
asStatic_NSNumber_NSDecimalNumberExtensions, asStatic_NSNumber_NSNumberCreation |
Methods inherited from class org.rococoa.cocoa.foundation.NSValue._class_ |
---|
asStatic_NSValue_NSValueCreation, asStatic_NSValue_NSValueExtensionMethods, asStatic_NSValue_NSValueGeometryExtensions, asStatic_NSValue_NSValueRangeExtensions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, zone |
Constructor Detail |
---|
public NSDecimalNumber._class_()
Method Detail |
---|
public abstract NSDecimalNumber decimalNumberWithMantissa_exponent_isNegative(long mantissa, short exponent, boolean flag)
+(NSDecimalNumber*)decimalNumberWithMantissa:(unsigned long long) exponent:(short) isNegative:(BOOL)
public abstract NSDecimalNumber decimalNumberWithString(NSString numberValue)
+(NSDecimalNumber*)decimalNumberWithString:(NSString*)
public abstract NSDecimalNumber decimalNumberWithString_locale(NSString numberValue, ObjCObject locale)
+(NSDecimalNumber*)decimalNumberWithString:(NSString*) locale:(id)
public abstract NSDecimalNumber zero()
+(NSDecimalNumber*)zero
public abstract NSDecimalNumber one()
+(NSDecimalNumber*)one
public abstract NSDecimalNumber minimumDecimalNumber()
+(NSDecimalNumber*)minimumDecimalNumber
public abstract NSDecimalNumber maximumDecimalNumber()
+(NSDecimalNumber*)maximumDecimalNumber
public abstract NSDecimalNumber notANumber()
+(NSDecimalNumber*)notANumber
public abstract void setDefaultBehavior(NSDecimalNumberBehaviors behavior)
+(void)setDefaultBehavior:(id)
public abstract NSDecimalNumberBehaviors defaultBehavior()
+(id)defaultBehavior
public abstract NSDecimalNumber alloc()
NSObject._class_
+(id)alloc
alloc
in class NSNumber._class_
public abstract NSDecimalNumber new_()
NSObject._class_
+(id)new
new_
in class NSNumber._class_
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |