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 3033 2009-08-27 11:46:22Z teodord $
Author:
Lucian Chirita ([email protected])

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


Copyright © 2011. All Rights Reserved.