net.sf.dynamicreports.report.base.expression
Class AbstractValueFormatter<T,U>

java.lang.Object
  extended by net.sf.dynamicreports.report.base.expression.AbstractValueFormatter<T,U>
All Implemented Interfaces:
Serializable, DRIValueFormatter<T,U>

public abstract class AbstractValueFormatter<T,U>
extends Object
implements DRIValueFormatter<T,U>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
protected AbstractValueFormatter()
           
protected AbstractValueFormatter(String name)
           
 
Method Summary
 String getName()
           
 Class<T> getValueClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.report.definition.expression.DRIValueFormatter
format
 

Constructor Detail

AbstractValueFormatter

protected AbstractValueFormatter()

AbstractValueFormatter

protected AbstractValueFormatter(String name)
Method Detail

getName

public String getName()

getValueClass

public Class<T> getValueClass()
Specified by:
getValueClass in interface DRIValueFormatter<T,U>


Copyright © 2010-2014. All Rights Reserved.