DBSFTypeWrappers documentation

Authors

Generated by multix

Contents -

  1. Software documentation for the DBSFBoolean class
  2. Software documentation for the DBSFCurrency class
  3. Software documentation for the DBSFDataType class
  4. Software documentation for the DBSFDate class
  5. Software documentation for the DBSFDateTime class
  6. Software documentation for the DBSFDouble class
  7. Software documentation for the DBSFInteger class
  8. Software documentation for the DBSFPercentage class

Software documentation for the DBSFBoolean class

DBSFBoolean : DBSFDataType

Declared in:
DBSFTypeWrappers.h
Description forthcoming.

Instance Variables

Method summary

sfBooleanWithBool: 

+ (DBSFBoolean*) sfBooleanWithBool: (BOOL)val;
Description forthcoming.

boolValue 

- (BOOL) boolValue;
Description forthcoming.

initWithBool: 

- (id) initWithBool: (BOOL)val;
Description forthcoming.



Instance Variables for DBSFBoolean Class

value

@protected BOOL value;
Description forthcoming.




Software documentation for the DBSFCurrency class

DBSFCurrency : DBSFDouble

Declared in:
DBSFTypeWrappers.h
Description forthcoming.
Method summary

sfCurrencyWithDouble: 

+ (DBSFCurrency*) sfCurrencyWithDouble: (double)val;
Description forthcoming.

Software documentation for the DBSFDataType class

DBSFDataType : NSObject

Declared in:
DBSFTypeWrappers.h
Description forthcoming.
Method summary

initWithSFString: 

- (id) initWithSFString: (NSString*)str;
Description forthcoming.

initWithString: 

- (id) initWithString: (NSString*)str;
Description forthcoming.

stringValue 

- (NSString*) stringValue;
Description forthcoming.

Software documentation for the DBSFDate class

DBSFDate : DBSFDateTime

Declared in:
DBSFTypeWrappers.h
Description forthcoming.

Software documentation for the DBSFDateTime class

DBSFDateTime : DBSFDataType

Declared in:
DBSFTypeWrappers.h
Description forthcoming.

Instance Variables

Method summary

sfDateWithDate: 

+ (DBSFDateTime*) sfDateWithDate: (NSDate*)val;
Description forthcoming.

dateValue 

- (NSDate*) dateValue;
Description forthcoming.

initWithDate: 

- (id) initWithDate: (NSDate*)value;
Description forthcoming.



Instance Variables for DBSFDateTime Class

date

@protected NSDate* date;
Description forthcoming.




Software documentation for the DBSFDouble class

DBSFDouble : DBSFDataType

Declared in:
DBSFTypeWrappers.h
Description forthcoming.

Instance Variables

Method summary

sfDoubleWithDouble: 

+ (DBSFDouble*) sfDoubleWithDouble: (double)val;
Description forthcoming.

doubleValue 

- (double) doubleValue;
Description forthcoming.

initWithDouble: 

- (id) initWithDouble: (double)val;
Description forthcoming.



Instance Variables for DBSFDouble Class

value

@protected NSNumber* value;
Description forthcoming.




Software documentation for the DBSFInteger class

DBSFInteger : DBSFDataType

Declared in:
DBSFTypeWrappers.h
Description forthcoming.

Instance Variables

Method summary

sfIntegerWithInteger: 

+ (DBSFInteger*) sfIntegerWithInteger: (NSInteger)val;
Description forthcoming.

initWithInteger: 

- (id) initWithInteger: (NSInteger)val;
Description forthcoming.

integerValue 

- (NSInteger) integerValue;
Description forthcoming.



Instance Variables for DBSFInteger Class

value

@protected NSNumber* value;
Description forthcoming.




Software documentation for the DBSFPercentage class

DBSFPercentage : DBSFDouble

Declared in:
DBSFTypeWrappers.h
Description forthcoming.
Method summary

sfPercentageWithDouble: 

+ (DBSFPercentage*) sfPercentageWithDouble: (double)val;
Description forthcoming.