net.sf.jasperreports.engine.base
Class JRBaseExpressionChunk

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseExpressionChunk
All Implemented Interfaces:
JRExpressionChunk, java.io.Serializable
Direct Known Subclasses:
JRDesignExpressionChunk

public class JRBaseExpressionChunk
extends java.lang.Object
implements JRExpressionChunk, java.io.Serializable

Version:
$Id: JRBaseExpressionChunk.java,v 1.23 2005/09/07 13:58:25 teodord Exp $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
protected  java.lang.String text
           
protected  byte type
           
 
Fields inherited from interface net.sf.jasperreports.engine.JRExpressionChunk
TYPE_FIELD, TYPE_PARAMETER, TYPE_RESOURCE, TYPE_TEXT, TYPE_VARIABLE
 
Constructor Summary
protected JRBaseExpressionChunk()
           
protected JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory)
           
 
Method Summary
 java.lang.String getText()
           
 byte getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected byte type

text

protected java.lang.String text
Constructor Detail

JRBaseExpressionChunk

protected JRBaseExpressionChunk()

JRBaseExpressionChunk

protected JRBaseExpressionChunk(JRExpressionChunk queryChunk,
                                JRBaseObjectFactory factory)
Method Detail

getType

public byte getType()
Specified by:
getType in interface JRExpressionChunk

getText

public java.lang.String getText()
Specified by:
getText in interface JRExpressionChunk


© 2001-2005 JasperSoft Corporation www.jaspersoft.com