DRValueConverter Class Reference

Collaboration diagram for DRValueConverter:

Collaboration graph
[legend]

List of all members.

Public Member Functions

double doubleForValue (Object v)
Number numberForValue (Object v)
NSTimestamp timestampForValue (Object v)

Static Public Member Functions

static DRValueConverter converter ()
static void setConverter (DRValueConverter value)

Static Protected Attributes

static final Logger log = Logger.getLogger(DRValueConverter.class)

Static Private Attributes

static DRValueConverter _converter = new DRValueConverter()


Detailed Description

Converts values. The main reason for this class is to provide a point where you can patch into the internals of the grouping framework without needing to override many classes. You'd set an instance of your subclass if you want to deal with simple Timestamps, Dates or the like.

Member Function Documentation

static DRValueConverter converter (  )  [static]

double doubleForValue ( Object  v  ) 

Number numberForValue ( Object  v  ) 

static void setConverter ( DRValueConverter  value  )  [static]

NSTimestamp timestampForValue ( Object  v  ) 


Member Data Documentation

DRValueConverter _converter = new DRValueConverter() [static, private]

final Logger log = Logger.getLogger(DRValueConverter.class) [static, protected]

Logging support


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:18 2012 for Project Wonder by  doxygen 1.5.8