net.sf.jasperreports.engine.export.data
Class NumberTextValue

java.lang.Object
  extended by net.sf.jasperreports.engine.export.data.TextValue
      extended by net.sf.jasperreports.engine.export.data.NumberTextValue

public class NumberTextValue
extends TextValue

Version:
$Id: NumberTextValue.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Constructor Summary
NumberTextValue(java.lang.String text, java.lang.Number value, java.lang.String pattern)
           
 
Method Summary
 java.lang.String getPattern()
           
 java.lang.Number getValue()
           
 void handle(TextValueHandler handler)
           
 
Methods inherited from class net.sf.jasperreports.engine.export.data.TextValue
getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberTextValue

public NumberTextValue(java.lang.String text,
                       java.lang.Number value,
                       java.lang.String pattern)
Method Detail

getPattern

public java.lang.String getPattern()

getValue

public java.lang.Number getValue()

handle

public void handle(TextValueHandler handler)
            throws JRException
Specified by:
handle in class TextValue
Throws:
JRException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com