net.sf.jasperreports.engine.base
Class JRBaseQueryChunk

java.lang.Object
  extended bynet.sf.jasperreports.engine.base.JRBaseQueryChunk
All Implemented Interfaces:
JRQueryChunk, java.io.Serializable
Direct Known Subclasses:
JRDesignQueryChunk

public class JRBaseQueryChunk
extends java.lang.Object
implements JRQueryChunk, java.io.Serializable

Version:
$Id: JRBaseQueryChunk.java,v 1.24 2005/10/09 21:34:26 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.JRQueryChunk
TYPE_PARAMETER, TYPE_PARAMETER_CLAUSE, TYPE_TEXT
 
Constructor Summary
protected JRBaseQueryChunk()
           
protected JRBaseQueryChunk(JRQueryChunk 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

JRBaseQueryChunk

protected JRBaseQueryChunk()

JRBaseQueryChunk

protected JRBaseQueryChunk(JRQueryChunk queryChunk,
                           JRBaseObjectFactory factory)
Method Detail

getType

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

getText

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


© 2001-2005 JasperSoft Corporation www.jaspersoft.com