er.grouping
Class DRValueConverter
java.lang.Object
er.grouping.DRValueConverter
public class DRValueConverter
- extends java.lang.Object
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.
Field Summary |
protected static org.apache.log4j.Logger |
log
Logging support |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.log4j.Logger log
- Logging support
DRValueConverter
public DRValueConverter()
timestampForValue
public com.webobjects.foundation.NSTimestamp timestampForValue(java.lang.Object v)
doubleForValue
public double doubleForValue(java.lang.Object v)
numberForValue
public java.lang.Number numberForValue(java.lang.Object v)
converter
public static DRValueConverter converter()
setConverter
public static void setConverter(DRValueConverter value)
Copyright © 2002 – 2007 Project Wonder.