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

java.lang.Object
  extended by net.sf.jasperreports.engine.export.data.TextValue
Direct Known Subclasses:
BooleanTextValue, DateTextValue, NumberTextValue, StringTextValue

public abstract class TextValue
extends java.lang.Object

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

Constructor Summary
TextValue(java.lang.String text)
           
 
Method Summary
 java.lang.String getText()
           
abstract  void handle(TextValueHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextValue

public TextValue(java.lang.String text)
Method Detail

getText

public java.lang.String getText()

handle

public abstract void handle(TextValueHandler handler)
                     throws JRException
Throws:
JRException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com