net.sf.jasperreports.engine
Interface JRExpressionChunk

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseExpressionChunk, JRDesignExpressionChunk

public interface JRExpressionChunk
extends JRCloneable

Version:
$Id: JRExpressionChunk.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
static byte TYPE_FIELD
           
static byte TYPE_PARAMETER
           
static byte TYPE_RESOURCE
           
static byte TYPE_TEXT
           
static byte TYPE_VARIABLE
           
 
Method Summary
 java.lang.String getText()
           
 byte getType()
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Field Detail

TYPE_TEXT

static final byte TYPE_TEXT
See Also:
Constant Field Values

TYPE_PARAMETER

static final byte TYPE_PARAMETER
See Also:
Constant Field Values

TYPE_FIELD

static final byte TYPE_FIELD
See Also:
Constant Field Values

TYPE_VARIABLE

static final byte TYPE_VARIABLE
See Also:
Constant Field Values

TYPE_RESOURCE

static final byte TYPE_RESOURCE
See Also:
Constant Field Values
Method Detail

getType

byte getType()

getText

java.lang.String getText()


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com